mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user