Skip to content

Commit

Permalink
CSS: Remove color light from blockquote
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent fe06c19 commit 6a22b03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/css/icinga/base.less
Expand Up @@ -32,11 +32,10 @@ a {
}

blockquote {
border-left: 6px solid @text-color-light;
color: @text-color-light;
border-left: 5px solid @gray-lighter;
font-family: @font-family-fixed;
margin: @vertical-padding 0 @vertical-padding / 2;
padding: @vertical-padding @horizontal-padding;
margin: 0.667em 0 0.333em;
padding: 0.667em 0.333em;
}

body {
Expand Down

0 comments on commit 6a22b03

Please sign in to comment.