Update Vss.css

This commit is contained in:
MattTheTekie 2023-09-15 14:21:03 -04:00 committed by GitHub
commit cf00c899c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
*, a, button, body { cursor: url('https://venith.net/Media/cursor.png'), auto!important; }
body {background-color:rgb(35, 51, 35);margin:0px;color:white!important;font-size:12px!important;}
body {background-color:rgb(0, 0, 0);margin:0px;color:white!important;font-size:12px!important;}
.con {max-width:800px;margin:0px auto;}
.nav {background:#015b03;text-align:center;overflow:auto;max-height:50px;font-size:36px;color:white!important;font-weight:bold;padding:4px}
.txt {background:#020;padding:2px}
.foot {background:#010;font-size:10px!important;padding:2px}
h1 {text-align:center;font-weight:bold;background:#010}
h1 {text-align:center;font-weight:bold;background:#0c023f}
a {color:#FFF}
a:hover {background-color:black!important;color:rgb(19, 235, 170)!important;}
::selection {background:lime;color:black}