2 Commits

Author SHA1 Message Date
renovate[bot]
4766659cde chore(deps): update postgres docker tag to v18 2026-02-03 03:48:21 +00:00
koi
b9d0857cab fix: unreadable repository topics edit button (#79) 2026-01-20 23:19:28 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ services:
retries: 3
db:
image: postgres:17
image: postgres:18
restart: unless-stopped
environment:
- POSTGRES_USER=gitea

View File

@@ -325,6 +325,11 @@ $lvl3: if($isDark, $base, $crust);
color: var(--color-label-text) !important;
}
// repository topics edit button
#manage_topic {
color: var(--color-text-light-2) !important;
}
// admonitions are using *-text variables for border/text colour
// can't change values of the *-text variables without breaking readability on accented backgrounds
blockquote {