mirror of
https://github.com/catppuccin/gitea.git
synced 2026-02-09 05:15:34 +08:00
Compare commits
2 Commits
v1.0.2
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4766659cde | ||
|
|
b9d0857cab |
@@ -37,7 +37,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
db:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=gitea
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user