diff options
Diffstat (limited to 'src/static/style.css')
-rw-r--r-- | src/static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css index ee35cae..d3235c7 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -152,6 +152,14 @@ input[type="search"] { /* input[type="search"] {} */ } +aside dl { + font-size: small; +} + +aside dl dt { + font-weight: bold; +} + .minichart { min-height: 220px; width: 100%; |