Archived
1
0

legibility

This commit is contained in:
4cdn 2015-11-23 16:49:05 -05:00
parent 7501dae72e
commit 3e3680c9be

View File

@ -82,11 +82,11 @@ a:hover , a:visited:hover {
} }
a { a {
color: #0C2FF3; color: cornflowerblue;
} }
a:visited { a:visited {
color: #5E00A0; color: #0C2FF3;
} }
.navbar { .navbar {
@ -98,11 +98,11 @@ a:visited {
z-index: 20; z-index: 20;
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
background: #202331; background: #202331;
color: #616383; color: lightgray;
} }
.navbar-sep { .navbar-sep {
color: black; color: darkgray;
} }
#postform_container { #postform_container {