changes to CSS

This commit is contained in:
jms9354 2023-03-30 15:30:35 -04:00
parent 0829fa86a4
commit f5d13e3484

View File

@ -52,7 +52,7 @@ a:hover {
} }
div.button { div.button {
background-color: gray; background-color: #6495ED;
border: double black; border: double black;
color: black; color: black;
padding: 15px 32px; padding: 15px 32px;
@ -239,7 +239,7 @@ img.dahlia {
text-decoration: underline; text-decoration: underline;
} }
#github-links > a:hover { #github-links > a:hover {
color: #C8AC80; color: #6495ED;
display: block; display: block;
} }