mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-08-02 11:31:25 +00:00
css and lighthouse stuff
This commit is contained in:
@@ -4,14 +4,9 @@
|
||||
width: 70%;
|
||||
} */
|
||||
|
||||
header {
|
||||
width: 100vh;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
text-align: right;
|
||||
width: 100vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav a {
|
||||
|
@@ -1321,13 +1321,13 @@ details > :not(summary) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
summary::-webkit-details-marker {
|
||||
summary::marker {
|
||||
color: #363636;
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
summary::-webkit-details-marker {
|
||||
summary::marker {
|
||||
color: #dbdbdb;
|
||||
color: var(--text-main);
|
||||
}
|
||||
@@ -1399,7 +1399,7 @@ body > footer {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
summary::-webkit-details-marker {
|
||||
summary::marker {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@@ -1412,5 +1412,3 @@ body > footer {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=water.css.map */
|
||||
|
Reference in New Issue
Block a user