improve color scheme

This commit is contained in:
khankul 2022-01-09 04:59:29 +07:00 committed by GitHub
parent 4c59049926
commit 5100139040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,13 @@ a {
color: beige;
}
a:hover {
color: darkorange;
background-color: beige;
color: midnightblue;
}
a:focus-visible {
background-color: beige;
color: midnightblue;
outline: none;
}
.card {
display: table-cell;
@ -61,4 +67,4 @@ a:hover {
margin: auto;
margin-top: 10px;
font-size: 24px;
}
}