mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Tweaks of color and theme
This commit is contained in:
parent
ceb650a01f
commit
08df681b48
3 changed files with 36 additions and 89 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue