mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 06:56: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
|
||||
id="dark-mode-toggle-1"
|
||||
appearance="switch"
|
||||
light="Light"
|
||||
light="Light "
|
||||
dark="Dark"
|
||||
permanent="true"
|
||||
style="margin: 32px 0 16px 16px;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue