forked from fillotassi/HOD2018_website
Improve colors
This commit is contained in:
parent
afef4d0725
commit
d65065bd41
2 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ body .rainbow {
|
|||
animation-iteration-count: infinite;
|
||||
}
|
||||
body a {
|
||||
color: #E600AC;
|
||||
color: #FF94E4;
|
||||
}
|
||||
body a:visited {
|
||||
color: #FF4DD2;
|
||||
color: #FF47D1;
|
||||
}
|
||||
body .stellina {
|
||||
color: blue;
|
||||
|
|
|
@ -4,8 +4,8 @@ $breakpoint-normal-screen: 1200px;
|
|||
$breakpoint-big-screen: 1800px;
|
||||
$BG-color: #000001;
|
||||
$text-color: #37ffad;
|
||||
$new-link: #E600AC;
|
||||
$visited-link: #FF4DD2;
|
||||
$new-link: #FF94E4;
|
||||
$visited-link: #FF47D1;
|
||||
|
||||
@-webkit-keyframes rainbow{
|
||||
0%{color: orange;}
|
||||
|
|
Loading…
Reference in a new issue