Update Vss.css

This commit is contained in:
MattTheTekie 2024-01-01 09:55:39 -05:00 committed by GitHub
commit 9280dd86e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
body {background-color:#040;margin:0px;color:white!important;font-size:12px!important;}
body {background-color:#000;margin:0px;color:white!important;font-size:12px!important;}
*, a, button, body { cursor: url('http://venith.net/Media/cursor.png'), auto!important; }
.con {max-width:800px;margin:0px auto;}
.con {background:#040;max-width:800px;margin:0px auto;}
.nav {background:#000;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px;border:1px #080 solid}
.txt {background:#050;padding:2px}
.foot {background:#030;font-size:10px!important;padding:2px}