feature/fix_linter_fuckup #4

Merged
Vulpovile merged 31 commits from feature/fix_linter_fuckup into master 2025-01-12 00:11:02 +00:00
4 changed files with 31 additions and 20 deletions
Showing only changes of commit d64a2c86e6 - Show all commits

View File

@@ -1,6 +1,6 @@
{ {
"extends": "stylelint-config-standard", "extends": "stylelint-config-standard",
"rules":{ "rules":{
"color-function-notation": "legacy" "color-function-notation": "legacy"
} }
} }

View File

@@ -1,11 +1,11 @@
@import url("./theme-gitea-dark\.css"); @import url("./theme-gitea-dark\.css");
body { body {
background: #333; background: #333;
} }
#navbar{ #navbar{
background: linear-gradient(#df852b, #c4792f); background: linear-gradient(#df852b, #c4792f);
color: black; color: black;
font-weight: bold; font-weight: bold;
font-size: 150%; font-size: 150%;