Increased version text color

This commit is contained in:
WolverinDEV 2020-06-11 13:49:09 +02:00
parent d1661b9409
commit d91a9fba1b

View file

@ -135,7 +135,7 @@ $animation_length: .5s;
height: 1.5em;
background: #252525;
color: #353535;
color: #666666;
border-radius: 0 0 5px 5px;
padding-right: 5px;
@ -165,7 +165,7 @@ $animation_length: .5s;
}
a[href], a[href]:visited {
color: #353535!important;
color: #666666!important;
}
}
}