diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-26 15:53:44 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-26 15:53:44 +0200 |
commit | 075ff5c7a7bdddca3a12ab0a45c8ba51e83a5121 (patch) | |
tree | c080efc6afa3b5bff682f16e5dab9d6ffcb4af11 /public | |
parent | fix I forgot in 1d35c7b (diff) | |
download | Divid-075ff5c7a7bdddca3a12ab0a45c8ba51e83a5121.tar.gz |
fixed some colours and shit on the homepage
Diffstat (limited to 'public')
-rw-r--r-- | public/css/shame.less | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/public/css/shame.less b/public/css/shame.less index 2136425..d202649 100644 --- a/public/css/shame.less +++ b/public/css/shame.less @@ -10,7 +10,8 @@ @blueDark: #0d56a6; @blueMedium: #4186d3; -@blueLight: #000022; +@blueLight: #689ad3; +@ourOrange: #ff9a00; @@ -232,21 +233,42 @@ div.lastactivity .activity .details { .indexwrapper { width: 100%; + background-color: @blueLight; } #index1 { } +.indexwrapper .container { + box-shadow: 0 2px 2px rgba(0,0,0,.5); + padding: 20px; + background-color: @white; +} + +#index2 { +} + +#index2 .container { + background-color: #ecf2fa; + +} + #index3 { - background-color: @blueMedium; +} +#index3 .container { } #index4 { - background-color: @blueDark; - color: @yellow; + } +#index4 a { + color: @ourOrange; +} +#index4 .container { + background-color: #ecf2fa; +} .infobox { text-align: center; padding: 46px; |