diff options
Diffstat (limited to 'css/grauphel.css')
| -rw-r--r-- | css/grauphel.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/grauphel.css b/css/grauphel.css index 3b7d03c..b5ffb94 100644 --- a/css/grauphel.css +++ b/css/grauphel.css @@ -92,6 +92,18 @@ } +/* make the settings menu nicer */ +.app-grauphel #app-settings-content li a { + display: block; + line-height: 2rem; + min-height: 2rem; + padding-left: 1rem; +} +.app-grauphel #app-settings-content li a:hover { + opacity: 1; + box-shadow: inset 4px 0 var(--color-primary); +} + /* table style */ table.table { |
