mirror of
https://github.com/amalthea-mc/amalthea-mc.github.io.git
synced 2024-11-09 12:11:07 +00:00
improve color scheme
This commit is contained in:
parent
4c59049926
commit
5100139040
10
style.css
10
style.css
@ -31,7 +31,13 @@ a {
|
|||||||
color: beige;
|
color: beige;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: darkorange;
|
background-color: beige;
|
||||||
|
color: midnightblue;
|
||||||
|
}
|
||||||
|
a:focus-visible {
|
||||||
|
background-color: beige;
|
||||||
|
color: midnightblue;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
@ -61,4 +67,4 @@ a:hover {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user