diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-10 19:48:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-10 19:48:12 -0500 |
commit | 5fcc3367f12994d269b0a861b09361b3fb571540 (patch) | |
tree | d4b1f679fc941ded412ae6a5bac8db292f005c57 /libretube-theme/static | |
parent | 43e80398b0f84f7109a38df3f2e11d316d1272b6 (diff) | |
download | libretube-5fcc3367f12994d269b0a861b09361b3fb571540.tar.lz libretube-5fcc3367f12994d269b0a861b09361b3fb571540.tar.xz libretube-5fcc3367f12994d269b0a861b09361b3fb571540.zip |
fix semantic HTML5
Diffstat (limited to 'libretube-theme/static')
-rw-r--r-- | libretube-theme/static/css/styles.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libretube-theme/static/css/styles.css b/libretube-theme/static/css/styles.css index 72fd026..3beef8a 100644 --- a/libretube-theme/static/css/styles.css +++ b/libretube-theme/static/css/styles.css @@ -53,10 +53,6 @@ a.link-author:hover { fill: #555; } -article span { - color: #e00918; -} - ul { padding: 0; } @@ -69,7 +65,7 @@ hr { margin: 30px 0; } -h1, h2, h3, h4, h5, h6 { +h2, h3, h4, h5, h6 { margin: 0; padding: 0; white-space: nowrap; @@ -77,10 +73,17 @@ h1, h2, h3, h4, h5, h6 { text-overflow: ellipsis; } +h1 { + margin-top: 1rem; + font-size: 1.5rem; +} + summary { font-weight: 700; margin-top: 1rem; margin-bottom: 1rem; + text-transform: uppercase; + font-size: .8rem; } .button { |