mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 07:38:35 +00:00
Move all remaining colors into CSS variables (#21903)
This should eliminate all non-variable color usage in the styles, making gitea fully themeable via CSS variables. Also, it adds a linter to enforce variables for colors.
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
"postcss-less": "6.0.0",
|
||||
"stylelint": "14.15.0",
|
||||
"stylelint-config-standard": "29.0.0",
|
||||
"stylelint-declaration-strict-value": "1.9.1",
|
||||
"svgo": "3.0.2",
|
||||
"updates": "13.2.1",
|
||||
"vitest": "0.25.2"
|
||||
|
Reference in New Issue
Block a user