]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/static/css/style.scss
style back link
[panikweb-esperanzah.git] / panikweb_esperanzah / static / css / style.scss
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;
+               }
        }
 }