Added in some default colors

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@623 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-02-08 08:52:20 +00:00
parent bd1084acac
commit 479f37a29c
@@ -1,8 +1,17 @@
body {
background-color: #fff;
color: #000;
width: 800px;
}
a:visited { color: #000; }
a:hover { color: #000; }
a, a:active { color: #000; }
table a, table a:visited, table a:hover, table a:active { color: #000; }
table {
color: #000;
border-collapse: collapse;
border: 2px solid #000;
padding: 0px;