Modify CSS

This commit is contained in:
Ethan Yoo 2024-06-01 11:45:12 -04:00
parent 6a9ee368d0
commit cf97bff8aa
Signed by: ethan
GPG Key ID: 70596474C5D20F85
2 changed files with 5 additions and 4 deletions

View File

@ -83,6 +83,7 @@
padding: 0.3rem; padding: 0.3rem;
display: block; display: block;
text-decoration: none; text-decoration: none;
color: #6787C9;;
} }
#search-results a:hover, #search-results a:hover,
#search-results a:focus { #search-results a:focus {

View File

@ -43,8 +43,8 @@ main {
padding: 4px 2px; padding: 4px 2px;
} }
blockquote { blockquote {
padding: 0.5em 1.5em; padding: 0.25em 1.5em;
background: #EEE; background: #ddd;
color: #000; color: #000;
border-radius: 4px; border-radius: 4px;
} }