]> git.0d.be Git - panikweb.git/commitdiff
style: color user content links
authorFrédéric Péters <fpeters@0d.be>
Tue, 13 Jul 2021 18:08:21 +0000 (20:08 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 13 Jul 2021 18:08:21 +0000 (20:08 +0200)
panikweb/static/css/_specifics.scss

index eb4945949b85a7ff788deddac4c9707ac2302fcc..22ada813f9ce49c298a3353827d5279400bdd601 100644 (file)
@@ -1491,26 +1491,32 @@ img.logo.right {
 
 /* USER CONTENT */
 
-div.userContent ul {
-       margin: 1em 0;
-}
+.userContent {
+       ul {
+               margin: 1em 0;
+       }
 
-div.userContent h1,
-div.userContent h2,
-div.userContent h3,
-div.userContent h4 {
-       text-transform: none;
-       font-family: "Reglo";
-       font-weight: normal;
-}
+       h1, h2, h3, h4 {
+               text-transform: none;
+               font-family: "Reglo";
+               font-weight: normal;
+       }
 
-div.userContent h1 { font-size: 2em; }
-div.userContent h2 { font-size: 1.8em; }
-div.userContent h3 { font-size: 1.5em; }
-div.userContent h4 { font-size: 1.5em; }
-div.userContent a { text-decoration: underline; }
+       h1 { font-size: 2em; }
+       h2 { font-size: 1.8em; }
+       h3 { font-size: 1.5em; }
+       h4 { font-size: 1.5em; }
 
-div.userContent a.tag { text-decoration: none; }
+       a {
+               text-decoration: underline;
+               color: $secondary;
+       }
+
+       a.tag {
+               text-decoration: none;
+               color: inherit;
+       }
+}
 
 @media screen and (max-width: 760px) {
        #streamSymbol{