X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=edd8b46e4e6a6e13f5dedc495b7dd2d583483b4f;hp=1403333f169859c133e33df0a3cfc3e92b5b86cd;hb=e4514bf0d4f1437add504129e4595f872f2d80fc;hpb=333d6535bf30e4811ca4b1b62b02ce8658a7b777 diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 1403333f..edd8b46e 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -1,12 +1,6 @@ /** Typografische Grundeinstellungen ******************************************/ -/** Farben: - * 1: 0ACF00 Normal - * 2: 2D9B27 - * 3: 078600 Dunkler - * 4: 42E73A Heller - * 5: 6EE768 - */ +@import '../variables.less'; body { @@ -14,14 +8,14 @@ body letter-spacing: 0; line-height: 1.5em; padding: 1em 3em 1em 5em; - background-color: #fff; + background-color: @hintergrund; } h1, h2, h3, h4, h5, h6 { font-family: 'BPreplay', Helvetica, Arial, sans-serif; letter-spacing: 0; font-weight: bold; - color: #0ACF00; + color: @normal; margin: 1em 0 .5em 0; /** 16px 0 8px 0 */ } h1 @@ -48,7 +42,7 @@ h4 } h1 a, h2 a, h3 a, h4 a { - color: #0ACF00; + color: @normal; border-style: none; } h1 a:hover, @@ -56,8 +50,8 @@ h2 a:hover, h3 a:hover, h4 a:hover { - color: #078600; - border-bottom: 1px solid #078600; + color: @dunkler; + border-bottom: 1px solid @dunkler; } h1 a:focus, h2 a:focus, @@ -68,8 +62,8 @@ h2 a:active, h3 a:active, h4 a:active { - color: #2D9B27; - border-bottom: 1px solid #2D9B27; + color: @dunkel; + border-bottom: 1px solid @dunkel; } p { @@ -111,22 +105,22 @@ hr } a { - color: #078600; - border-bottom: 1px dashed #078600; + color: @dunkler; + border-bottom: 1px dashed @dunkler; } a:hover { - color: #077600; - border-bottom: 1px solid #077600; + color: @nochdunkler; + border-bottom: 1px solid @nochdunkler; } a:focus, a:active { - color: #078600; - border-bottom: 1px solid #078600; + color: @dunkler; + border-bottom: 1px solid @dunkler; } a:visited { - border-bottom: 1px dotted #077600; + border-bottom: 1px dotted @nochdunkler; }