]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
style back link
authorFrédéric Péters <fpeters@0d.be>
Tue, 14 Mar 2023 14:04:30 +0000 (15:04 +0100)
committerFrédéric Péters <fpeters@0d.be>
Tue, 14 Mar 2023 14:04:30 +0000 (15:04 +0100)
panikweb_esperanzah/static/css/style.scss
panikweb_esperanzah/templates/emissions/episode_detail.html

index ed6203249f2b2b2cd33a2b264d8e06f3b19ccb96..1002cc85f38dfb573338aa6e9fc78730679a9c27 100644 (file)
@@ -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;
+               }
        }
 }
 
index 33575ba9a2351b97fbc0778a38b40fd7b39993a3..97b773a0c9a4943547f8d4a171b43f80276129c6 100644 (file)
@@ -38,7 +38,7 @@
 
 {% block main %}
 <div class="emission emission-detail emission-episode">
-        <a id="back-home" href="{% url 'emission-view' slug=episode.emission.slug %}">{{episode.emission.title}}</a>
+        <a id="back-home" href="{% url 'emission-view' slug=episode.emission.slug %}"><span>{{episode.emission.title}}</span></a>
         <div class="name"><h2>{{episode.title}}</h2></div>
         {% if diffusions %}
                <ul class="schedule custom">