mirror of
https://github.com/searxng/searxng.git
synced 2026-05-18 17:04:31 +02:00
[refactor] simple theme: *.less - replace hardcoded colors
Closes: https://github.com/searxng/searxng/issues/3842
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
span.linenos {
|
||||
color: #64708d;
|
||||
color: var(--color-line-number);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user