Update style.css

This commit is contained in:
nune 2024-02-10 17:10:23 -05:00 committed by GitHub
parent 9440fe53b0
commit 415b4c9676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,11 @@
body{
background-color:black;
color:white;
font-family:sans-serif;
font-size:125%;
padding:3px;
background-color: #21202b;
color: #bec1cd;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 125%;
padding: 3px;
}
h2{
border-bottom: 3px solid darkorchid;
padding:2px;
@ -14,8 +15,8 @@ h2{
font-size:75%;
}
a{
background-color:#704FA2;
color:black;
background-color:#bbaad5;
color:#21202b;
border-radius:5px;
text-decoration:none;
}
@ -24,15 +25,15 @@ img {
height: auto;
}
a:hover{
background-color:#30d5c8;
color:black;
background-color:#e6cbe6;
color:#21202b;
border-radius:5px;
text-decoration:none;
}
a:visited{
background-color:#c8a2c8;
color:black;
border-radius:none;
background-color:#a79ae1;
color:#21202b;
border-radius:5px;
text-decoration:underline;
}
ul{