mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] static content generalization
This commit is contained in:
parent
12425618ca
commit
410dbc573b
89 changed files with 1 additions and 494 deletions
|
|
@ -0,0 +1,8 @@
|
|||
// Contextual backgrounds
|
||||
|
||||
.bg-variant(@color) {
|
||||
background-color: @color;
|
||||
a&:hover {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue