Update style.css

This commit is contained in:
nune 2024-03-19 11:16:10 -04:00 committed by GitHub
parent cfb49318d7
commit f915353974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ body{
line-height: 1.4em;
}
/* Headers! I use the second largest headers because why not.. */
/* Headers! I use the second largest headers because why not. */
h2{
border-bottom: 3px solid #735c73;
padding:2px;
@ -20,24 +20,17 @@ h2{
font-size:75%;
}
/* Paragraph padding. It's pretty cool. */
p{
padding-left:2px;
}
/* Link colors and highlights! Border radius is just because it's cool. */
/* Link colors and highlights! */
a{
background-color:#bbaad5;
color:#21202b;
border-radius:5px;
color:#bbaad5;
border-bottom: 3px solid #bbaad5;
text-decoration:none;
}
/* Link hover! */
a:hover{
background-color:#e6cbe6;
color:#21202b;
border-radius:5px;
color:#e6cbe6;
border-bottom: 3px solid #e6cbe6;
text-decoration:none;
}