better CSS

This commit is contained in:
Digital Cheese 2023-10-21 16:12:56 +00:00 committed by GitHub
commit a7bf84a31f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
body {background-color:#000;margin:0px;color:white!important;font-size:12px!important;}
.con {max-width:800px;margin:0px auto;}
.nav {background:#020;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px}
.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}