Compare commits
1 Commits
renovate/p
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1da077d4 |
@@ -37,7 +37,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
db:
|
||||
image: postgres:17
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=gitea
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user