Update 'server/site.css'

This commit is contained in:
Anton McClure
2019-01-04 11:45:41 -05:00
parent d1a2ab9798
commit a3b50c1a67

View File

@@ -1,14 +1,17 @@
/*
COPYRIGHT (C) 2006-2018 Anton McClure
Anton McClure - https://gozips.uakron.edu/~asm135
This file is released to the public domain.
Richard Stallman - http://stallman.org
*/
body {
color: #000000;
background-color: #FFFFFF;
/* font-family: "Times, Times New Roman", serif;*/
margin: 0px 20px 0px 20px;
margin: 0px 20px 0px 20px;
}
body.dark {
color: #ddd;
background-color: #333;
}
a.glossary {
@@ -17,6 +20,14 @@ a.glossary {
display: inline-block;
}
a.dark {
color: #ff0;
}
a.dark:visited {
color: #aa0;
}
/* Need hover for accessibility */
a:link:hover {
color: #9932CC;
@@ -172,4 +183,3 @@ div.comp {
margin: 0 auto;
width: 98%;
}