]> git.0d.be Git - panikweb.git/commitdiff
misc: add style for text links
authorFrédéric Péters <fpeters@0d.be>
Sat, 3 Aug 2019 09:46:06 +0000 (11:46 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 3 Aug 2019 09:46:06 +0000 (11:46 +0200)
panikweb_templates/static/css/_specifics.scss

index b566e8258461a811e146b8356aec2237f5a92561..b16f6f3314cc9c101f9c54ecea005037f3610948 100644 (file)
@@ -2160,6 +2160,13 @@ div.emission-detail {
                box-sizing: border-box;
                div.emission-text {
                        @extend %text;
+                       a {
+                               border-bottom: solid 1px #ff8b57;
+                               &:hover {
+                                       background: #ff8b57;
+                                       color: #fff;
+                               }
+                       }
                }
        }
        div.episode-info {