From: Frédéric Péters Date: Tue, 14 Mar 2023 14:04:30 +0000 (+0100) Subject: style back link X-Git-Tag: v2024~33 X-Git-Url: https://git.0d.be/?p=panikweb-esperanzah.git;a=commitdiff_plain;h=61b3af6016b58064c3e08ad8da9eeb101ddf571c style back link --- diff --git a/panikweb_esperanzah/static/css/style.scss b/panikweb_esperanzah/static/css/style.scss index ed62032..1002cc8 100644 --- a/panikweb_esperanzah/static/css/style.scss +++ b/panikweb_esperanzah/static/css/style.scss @@ -1911,15 +1911,18 @@ div#Playlist { text-transform: lowercase; display: block; text-align: left; - color: $yellow; + color: white; font-size: 16px; - &::before { - content: "<"; - padding-right: 10px; - transition: padding 0.2s; - } - &:hover::before { - padding-right: 4px; + span { + border-bottom: 2px dashed white; + &::before { + content: "<"; + padding-right: 10px; + transition: padding 0.2s; + } + &:hover { + border-bottom: 2px dashed $yellow; + } } } diff --git a/panikweb_esperanzah/templates/emissions/episode_detail.html b/panikweb_esperanzah/templates/emissions/episode_detail.html index 33575ba..97b773a 100644 --- a/panikweb_esperanzah/templates/emissions/episode_detail.html +++ b/panikweb_esperanzah/templates/emissions/episode_detail.html @@ -38,7 +38,7 @@ {% block main %}
- {{episode.emission.title}} + {{episode.emission.title}}

{{episode.title}}

{% if diffusions %}