layout.css: remove background-color from buttons

More styling of buttons is done in index.html since I do not know where else to do it.
This conflicts with the styling in index.html, so removed.
This commit is contained in:
Yusef Aslam 2024-02-01 21:15:07 +00:00
parent 579998e781
commit eb0926ec6f

View File

@ -76,8 +76,6 @@ button:hover {
font-size: 10pt; font-size: 10pt;
font-family: 'Sans-Serif'; font-family: 'Sans-Serif';
display: inline-block; display: inline-block;
background-color: #c0c0c0;
} }
.header { .header {