Made the ablack class on the blog.css file, the header background lighter

This commit is contained in:
CHNK 2022-01-08 10:15:25 -07:00
parent ad65cb4cdc
commit 1b4eb2a83e
1 changed files with 1 additions and 1 deletions

View File

@ -117,6 +117,6 @@ header {
padding-top: 5px;
}
a.ablack {
background-color: #101010;
background-color: #181818;
padding: 2px;
}