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;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
body a {
|
body a {
|
||||||
color: #E600AC;
|
color: #FF94E4;
|
||||||
}
|
}
|
||||||
body a:visited {
|
body a:visited {
|
||||||
color: #FF4DD2;
|
color: #FF47D1;
|
||||||
}
|
}
|
||||||
body .stellina {
|
body .stellina {
|
||||||
color: blue;
|
color: blue;
|
||||||
|
|
|
@ -4,8 +4,8 @@ $breakpoint-normal-screen: 1200px;
|
||||||
$breakpoint-big-screen: 1800px;
|
$breakpoint-big-screen: 1800px;
|
||||||
$BG-color: #000001;
|
$BG-color: #000001;
|
||||||
$text-color: #37ffad;
|
$text-color: #37ffad;
|
||||||
$new-link: #E600AC;
|
$new-link: #FF94E4;
|
||||||
$visited-link: #FF4DD2;
|
$visited-link: #FF47D1;
|
||||||
|
|
||||||
@-webkit-keyframes rainbow{
|
@-webkit-keyframes rainbow{
|
||||||
0%{color: orange;}
|
0%{color: orange;}
|
||||||
|
|
Loading…
Reference in a new issue