X-Git-Url: https://git.0d.be/?p=panikweb.git;a=blobdiff_plain;f=panikweb%2Fstatic%2Fcss%2F_specifics.scss;fp=panikweb%2Fstatic%2Fcss%2F_specifics.scss;h=22ada813f9ce49c298a3353827d5279400bdd601;hp=eb4945949b85a7ff788deddac4c9707ac2302fcc;hb=b44d5e1fff3985b0aa10d9ec9965ca88462863ac;hpb=c18a748aa404bdd9c03256f7bb08cf3c4223eb0a diff --git a/panikweb/static/css/_specifics.scss b/panikweb/static/css/_specifics.scss index eb49459..22ada81 100644 --- a/panikweb/static/css/_specifics.scss +++ b/panikweb/static/css/_specifics.scss @@ -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{