mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-02 05:03:22 -04:00
Change the light switch (sun/moon) (#1289)
This commit is contained in:
parent
ca9e725d0a
commit
c438cac4e8
2 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue