Update main.css

This commit is contained in:
ChrisplayzWii 2025-04-05 08:28:51 -05:00 committed by GitHub
parent 2b0d833269
commit ea6ce394b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,8 @@ footer a {color:grey;font-weight: bold;}
/* Text stuff */
h1, h2 {color:#34BEED}
a {color:#34BEED}
::selection{color: #323232;background: #34BEED;}
::-moz-selection{color: #323232;background:#34BEED;}
body.dir {text-align: left;}
body.dir a {color:black;text-decoration: none;}
table {border: 1px solid white; border-collapse: collapse;}