Update Vss.css

This commit is contained in:
MattTheTekie 2024-01-01 09:53:10 -05:00 committed by GitHub
commit 9f07c79574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
body {background-color:#000;margin:0px;color:white!important;font-size:12px!important;}
body {background-color:#040;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;}
.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}