diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-04-03 22:56:54 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-04-03 22:56:54 +0200 |
| commit | dbc74164ab572cbc3d537c9548e44bdb14bff266 (patch) | |
| tree | 5f4af1685323c69796e226b6ac67add90ff87a18 /assets/css/default.css | |
| parent | 76c7b2ee9c6b2afd6b26a41de239590a024280d1 (diff) | |
| download | invidious-dbc74164ab572cbc3d537c9548e44bdb14bff266.tar.gz invidious-dbc74164ab572cbc3d537c9548e44bdb14bff266.tar.bz2 invidious-dbc74164ab572cbc3d537c9548e44bdb14bff266.zip | |
Clean up CSS and add light/dark theme support
Diffstat (limited to 'assets/css/default.css')
| -rw-r--r-- | assets/css/default.css | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 8b2b3578..49069c92 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -15,6 +15,11 @@ body { background-color: rgb(255, 0, 0, 0.5); } +.underlined { + border-bottom: 1px solid; + margin-bottom: 20px; +} + .channel-profile > * { font-size: 1.17em; font-weight: bold; @@ -475,30 +480,6 @@ body.dark-theme { } } -#filters { - display: inline; - margin-top: 15px; -} - -#filters > div { - display: inline-block; -} - -#filters > summary { - display: block; - margin-bottom: 15px; -} - -#filters > summary::before { - content: "[ + ]"; - font-size: 1.5em; -} - -#filters[open] > summary::before { - content: "[ - ]"; - font-size: 1.5em; -} - /*With commit d9528f5 all contents of the page is now within a flexbox. However, the hr element is rendered improperly within one. See https://stackoverflow.com/a/34372979 for more info */ |
