mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 17:42:39 +00:00
Change the light switch (sun/moon) (#1289)
This commit is contained in:
@ -151,7 +151,7 @@ h1, h2, h3, .md-header__topic {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
/* Unsticky sidebar without JS */
|
||||
/* Un-sticky sidebar without JS */
|
||||
.no-js .md-sidebar {
|
||||
align-self: auto;
|
||||
}
|
||||
@ -197,3 +197,9 @@ h1, h2, h3, .md-header__topic {
|
||||
.pg-blue-gray {
|
||||
color: #546d78;
|
||||
}
|
||||
|
||||
/* Make light/dark mode icon smaller */
|
||||
label[class="md-header__button md-icon"] svg {
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user