[enh] better highlighting

This commit is contained in:
Adam Tauber 2014-05-09 02:04:20 +02:00
parent 58de2801ce
commit 5d9d04a16e
4 changed files with 14 additions and 3 deletions

View file

@ -9,7 +9,8 @@
@color-base: #3498DB;
@color-base-dark: #2980B9;
@color-base-light: #ECF0F1;
@color-highlight: #094089;
@color-black: #000000;
/// General

View file

@ -273,6 +273,14 @@ a {
float: left;
}
.highlight {
color: @color-highlight;
}
.content .highlight {
color: @color-black;
}
.image_result {
float: left;
margin: 10px 10px;