Update main.css

This commit is contained in:
MattTheTekie 2023-09-18 10:44:28 -04:00 committed by GitHub
commit 6bcafe7e40
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;}
*, a, button, body { cursor: url('assets/cursor.png'), auto!important; }
*, a, button, body { cursor: url('https://portal.test72.eu.org/assets/cursor.png'), auto!important; }
body {background-color:rgb(0, 0, 0);margin:0px;color:white!important;font-size:12px!important;}
.con {max-width:800px;margin:0px auto;}
@ -16,5 +16,5 @@ a:hover {background-color:black!important;color:rgb(19, 235, 170)!important;}
[id]:target {display:block}
IMG {max-width:100%;height:auto}
IMG[src="assets/Vlogo.png"] {width:42px;float:left}
IMG[src="https://portal.test72.eu.org/assets/Vlogo.png"] {width:42px;float:left}
audio {width:99%}