We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35f4d8 commit dd322ecCopy full SHA for dd322ec
src/components/all.sass
@@ -57,14 +57,14 @@ $black: #2b2523
57
font-size: 18px;
58
font-size: 1rem;
59
line-height: 1.25;
60
- background-color: #528c9c;
+ background-color: #6194ff;
61
border-radius: .25rem;
62
text-decoration: none;
63
font-weight: 700;
64
- color: #f9a93e; // #CC3700
+ color: #111111; // #CC3700
65
text-align: center;
66
- -webkit-box-shadow: inset 0 0 0 2px #f9a93e;
67
- box-shadow: inset 0 0 0 2px #f9a93e;
+ -webkit-box-shadow: inset 0 0 0 2px #111111;
+ box-shadow: inset 0 0 0 2px #111111;
68
-webkit-transition: all .15s ease;
69
transition: all .15s ease;
70
0 commit comments