]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
adjust missed text colours main
authorFrédéric Péters <fpeters@0d.be>
Thu, 25 Apr 2024 08:45:55 +0000 (10:45 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 25 Apr 2024 08:45:55 +0000 (10:45 +0200)
panikweb_esperanzah/static/css/style.scss

index 27e0a6bd63394c610a95e9fbf3812c1dc3c67b67..dfae16e7108a54d21aa5760cf39a7802a7b9fc74 100644 (file)
@@ -1756,7 +1756,7 @@ div.emission-detail {
                font-family: $title-font;
        }
        .schedule {
-               color: white;
+               color: black;
                text-transform: uppercase;
                font-style: italic;
                margin: 0;
@@ -1872,7 +1872,7 @@ div.emission-episodes {
                }
                div.name {
                        text-align: left;
-                       color: white;
+                       color: $blue;
                        font-family: $title-font;
                        font-size: 1rem;
                        text-transform: uppercase;
@@ -1958,7 +1958,7 @@ div#Playlist {
        text-transform: lowercase;
        display: block;
        text-align: left;
-       color: white;
+       color: black;
        font-size: 16px;
        span {
                border-bottom: 2px dashed white;
@@ -2074,7 +2074,7 @@ h2.top {
                        a {
                                padding: 0.3em 0.6em;
                                background: $yellow;
-                               color: white;
+                               color: black;
                                border-radius: 10px;
                                &:hover {
                                        background: darken($yellow, 20%);