diff options
Diffstat (limited to 'templates/@theme-base')
| -rw-r--r-- | templates/@theme-base/_styles.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index bcfc73e..8292211 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -98,7 +98,6 @@ $boxshadow-main: none; background: $highlight; } - // Information blocks .block-info-standard { border-color: $info_color; @@ -120,4 +119,10 @@ $boxshadow-main: none; .link:active, .link:focus, .link:hover, a:active, a:focus, a:hover { color: darken($highlight, 10%); +} + +// Settings toggle button +.pm-toggle-checkbox:checked+.pm-toggle-label:before { + background: $highlight; + border-color: $highlight; }
\ No newline at end of file |
