Update style.css

This commit is contained in:
nune 2024-09-02 14:07:05 -04:00 committed by GitHub
parent 886104711c
commit bd82485d49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,14 @@ a:hover{
text-decoration:none;
}
a.button {
padding: 1px 6px;
border-radius: 5px;
color: #21202b;
background-color: 21202b;
text-decoration: none;
}
/* Manually sizing images for mobile accessibility! */
img {
max-width: 100%;