Compare commits
1 Commits
renovate/g
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1da077d4 |
@@ -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:
|
||||
|
||||
@@ -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