mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
Add some spacing between theme toggles
Because the dark-mode widget uses shadow-dom, I'm using to space them. Easier than trying to set margins to contents of the shadow DOM (would need to use some JS)
This commit is contained in:
parent
fc9c7f8d42
commit
9309e478e2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
<dark-mode-toggle
|
<dark-mode-toggle
|
||||||
id="dark-mode-toggle-1"
|
id="dark-mode-toggle-1"
|
||||||
appearance="switch"
|
appearance="switch"
|
||||||
light="Light"
|
light="Light "
|
||||||
dark="Dark"
|
dark="Dark"
|
||||||
permanent="true"
|
permanent="true"
|
||||||
style="margin: 32px 0 16px 16px;"
|
style="margin: 32px 0 16px 16px;"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue