Update index.css

This commit is contained in:
Jasper Quartarolo 2024-10-08 19:59:41 -07:00 committed by GitHub
parent 1fbc78d69d
commit 2aa5633676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ button:hover {
} }
.dsc-btn:hover { .dsc-btn:hover {
background-color: #5b209a; background-color: #a751f2;
transform: scale(1.1); transform: scale(1.1);
} }
.clr-btn:hover { .clr-btn:hover {
@ -190,6 +190,17 @@ button:hover {
width: 100%; width: 100%;
} }
.footer a {
text-decoration: none;
color: #0d5152;
font-size: inherit;
font-weight: inherit;
}
.footer a:hover {
text-decoration: underline;
}
.recommended { .recommended {
vertical-align: middle; vertical-align: middle;
margin-left: 5px; margin-left: 5px;