mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
added missing selector
This commit is contained in:
@@ -237,6 +237,10 @@ a:focus {
|
|||||||
max-width: 0.25in;
|
max-width: 0.25in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-text {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.copyright {
|
.copyright {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -267,10 +271,14 @@ a:focus {
|
|||||||
"footer";
|
"footer";
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme:focus, .theme:active {
|
.theme:focus, .theme:active, .theme:hover {
|
||||||
max-width: 0.25in;
|
max-width: 0.25in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-text {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.bio {
|
.bio {
|
||||||
grid-template-columns: none;
|
grid-template-columns: none;
|
||||||
grid-template-rows: 2.5in 1fr;
|
grid-template-rows: 2.5in 1fr;
|
||||||
|
|||||||
Reference in New Issue
Block a user