X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ffooter.less;h=addab87c9df9294dbcaba7fbf8508ee31c128680;hp=c4dc7c7251f37b694fd718391e4ab9a2a9eaab6a;hb=e4514bf0d4f1437add504129e4595f872f2d80fc;hpb=aa23c197b723965e54f06bc5746cd7729dd29dd6 diff --git a/src/main/webapp/less/base/footer.less b/src/main/webapp/less/base/footer.less index c4dc7c72..addab87c 100644 --- a/src/main/webapp/less/base/footer.less +++ b/src/main/webapp/less/base/footer.less @@ -1,3 +1,5 @@ +@import '../variables.less'; + #footer { margin: 2em 0; @@ -7,7 +9,7 @@ font-family: 'BPreplay', Helvetica, Arial, sans-serif; font-weight: bold; position: relative; - border-top: 1.25em solid #0ACF00; /** 20px */ + border-top: 1.25em solid @normal; /** 20px */ margin: 0; padding: 0; list-style-type: none; @@ -18,7 +20,7 @@ line-height: .6666666667em; /* 20px */ display: inline-block; margin: .5em 1em 0 0; - color: #0ACF00; + color: @normal; vertical-align: top; } #footerlinks > li#copyright @@ -27,18 +29,18 @@ right: .625em; top: -1em; /** 30px */ line-height: 1.4em; /* 42px */ - color: #fff; + color: @hintergrund; margin: 0; font-size: 187.5%; /** 30px */ } #footerlinks a.f { - color: #0ACF00; - border-color: #0ACF00; + color: @normal; + border-color: @normal; } #footerlinks a.f:hover { - color: #078600; - border-color: #078600; + color: @dunkler; + border-color: @dunkler; border-style: solid; }