1 Commits

Author SHA1 Message Date
fb1da077d4 fix: resolving repo topic color conflicts 2025-03-27 22:33:23 -05:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
services:
server:
image: gitea/gitea:1.23.6
image: gitea/gitea:1.22.3
container_name: gitea
restart: unless-stopped
environment:

View File

@@ -288,6 +288,11 @@ $lvl3: if($isDark, $base, $crust);
}
}
// This is a fix for the repo-topic label readability
#repo-topics .repo-topic {
color: $lvl1;
}
.ui.basic.modal {
background-color: $lvl3;
}