Skip to content

Commit a9ba6fd

Browse files
committed
Customize blues
1 parent 700dda1 commit a9ba6fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@apply px-3 py-2;
5050
@apply border border-gray-400 rounded;
5151
@apply shadow-sm;
52-
@apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-bull-blue;
52+
@apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-blue;
5353
}
5454

5555
label {
@@ -141,7 +141,7 @@
141141
width: 2rem;
142142
height: 2rem;
143143
border: 5px solid #f3f3f3;
144-
border-top: 6px solid theme('colors.bull-blue');
144+
border-top: 6px solid theme('colors.blue');
145145
border-radius: 100%;
146146
margin: auto;
147147
animation: spin 1s infinite linear;

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module.exports = {
1212
colors: {
1313
'red': '#DB433B',
1414
'orange': '#F39745',
15-
'bull-blue': '#3D9CFB',
16-
'mosaic-blue': '#5FBFFA',
15+
'blue': '#3D9CFB',
16+
'light-blue': '#5FBFFA',
1717
'purple': '#B989C9',
1818
'green': '#64A03D',
1919
'yellow': '#E7BB43',

0 commit comments

Comments
 (0)