Archived
1
0

css tweaks

This commit is contained in:
jeff 2015-09-19 13:03:41 -04:00
parent 40d6cf77ad
commit 2aa2405ba7

View File

@ -47,6 +47,10 @@ textarea {
background: #202331;
}
tr {
background: #202123;
}
hr {
height: 0px;
border-width: 1px medium medium;
@ -60,11 +64,11 @@ a:hover , a:visited:hover {
}
a {
color: blue;
color: #4A4AFF;
}
a:visited {
color: #414383;
color: #5E00A0;
}
.navbar {