Lighter color pink

This commit is contained in:
Chuck Dries 2017-11-16 20:21:58 -07:00
parent 633502ed28
commit 01f6c1355b
2 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ body {
color: white; color: white;
font-style: inherit; } font-style: inherit; }
#mast a:hover { #mast a:hover {
color: #ed1a76; } color: #ff429a; }
#mast .sub { #mast .sub {
font-style: italic; font-style: italic;
color: #ccc; } color: #ccc; }
@ -175,7 +175,7 @@ body {
font-size: 2.8em; font-size: 2.8em;
font-style: italic; font-style: italic;
font-weight: normal; font-weight: normal;
color: #ed1a76; color: #ff429a;
transition-property: size; transition-property: size;
transition-duration: .2s; transition-duration: .2s;
margin: -18px 0 0 0; } margin: -18px 0 0 0; }

View File

@ -3,7 +3,7 @@
@import 'animations'; @import 'animations';
$width: 800px; $width: 800px;
$grey: #ccc; $grey: #ccc;
$pink: #ed1a76; $pink: #ff429a;
$blue: #91EFFF; $blue: #91EFFF;
$greybg: #202020; $greybg: #202020;
.reset { .reset {