15 lines
No EOL
304 B
CSS
15 lines
No EOL
304 B
CSS
.topbar.stealth {
|
|
background-color: unset;
|
|
border: unset;
|
|
}
|
|
|
|
.button.header {
|
|
font-weight: normal;
|
|
margin-top: 0.25cm;
|
|
width: 4cm;
|
|
}
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
.button.header {background-color: unset;}
|
|
.button:hover {background-color: rgba(var(--black), 0.18);}
|
|
} |