Commit 96a54686e4213bf027dece2a4a02673387186234

Authored by Leonardo Merlin
1 parent ffd0b176

Fix #287: fix contrast at legal terms page.

Showing 1 changed file with 26 additions and 26 deletions   Show diff stats
sass/style.sass
@@ -1055,33 +1055,33 @@ h3.titulo-destaque @@ -1055,33 +1055,33 @@ h3.titulo-destaque
1055 color: #fff 1055 color: #fff
1056 .background 1056 .background
1057 background-color: #000 1057 background-color: #000
1058 - .container  
1059 - h2,h3,h4,a,p,li,label,.label,.login i,.total,.updated-at span  
1060 - color: #fff  
1061 - a  
1062 - text-decoration: underline  
1063 - small  
1064 - color: darken(#fff, 40%)  
1065 - blockquote  
1066 - border-color: #fff  
1067 - .button,.show_body a,.login input.button,.box-category li  
1068 - background-color: #fff  
1069 - border-color: darken(#fff, 40%) 1058 + // .container
  1059 + h2,h3,h4,a,p,li,label,.label,.login i,.total,.updated-at span
  1060 + color: #fff
  1061 + a
  1062 + text-decoration: underline
  1063 + small
  1064 + color: darken(#fff, 40%)
  1065 + blockquote
  1066 + border-color: #fff
  1067 + .button,.show_body a,.login input.button,.box-category li
  1068 + background-color: #fff
  1069 + border-color: darken(#fff, 40%)
  1070 + color: #000
  1071 + text-decoration: none
  1072 + +hover(#fff, 40%)
  1073 + span
1070 color: #000 1074 color: #000
1071 - text-decoration: none  
1072 - +hover(#fff, 40%)  
1073 - span  
1074 - color: #000  
1075 - .icon  
1076 - color: #000 !important  
1077 - text-decoration: none  
1078 - background-color: #fff  
1079 - +hover(#fff,40%)  
1080 - &-vote  
1081 - border-color: darken(#fff, 40%) !important  
1082 - @each $category,$color in $categories  
1083 - &-#{$category}  
1084 - background-image: url(images/icons/#{$category}-contrast.png) 1075 + .icon
  1076 + color: #000 !important
  1077 + text-decoration: none
  1078 + background-color: #fff
  1079 + +hover(#fff,40%)
  1080 + &-vote
  1081 + border-color: darken(#fff, 40%) !important
  1082 + @each $category,$color in $categories
  1083 + &-#{$category}
  1084 + background-image: url(images/icons/#{$category}-contrast.png)
1085 .tab 1085 .tab
1086 a 1086 a
1087 background-color: darken(#fff, 85%) 1087 background-color: darken(#fff, 85%)