added missing selector

This commit is contained in:
2023-05-19 11:28:10 +02:00
parent 4e5862ee0a
commit 9d8cef7b15

View File

@@ -237,6 +237,10 @@ a:focus {
max-width: 0.25in;
}
.theme-text {
display: none;
}
.copyright {
text-align: center;
}
@@ -267,10 +271,14 @@ a:focus {
"footer";
}
.theme:focus, .theme:active {
.theme:focus, .theme:active, .theme:hover {
max-width: 0.25in;
}
.theme-text {
display: none;
}
.bio {
grid-template-columns: none;
grid-template-rows: 2.5in 1fr;