Tweaks of color and theme

This commit is contained in:
Cqoicebordel 2015-01-15 01:46:01 +01:00
parent ceb650a01f
commit 08df681b48
3 changed files with 36 additions and 89 deletions

View file

@ -342,6 +342,18 @@ a {
margin: 3px;
font-size: 0.8em;
}
a {
color: @color-result-link-font;
&:hover {
text-decoration: underline;
}
&:visited {
color: @color-result-link-visited-font;
}
}
}
.definition_result {
@ -434,6 +446,20 @@ tr {
}
#suggestions-title {
color: @color-font-light;
}
#answers {
border: 2px solid @color-answers-border;
padding: 20px;
}
#answers, #infoboxes {
form {
min-width: 210px;