Activity tab on repositories is no longer grey

This commit is contained in:
Sasha Koshka 2022-08-27 13:00:34 -04:00 committed by emma
parent 2c4282fbfe
commit fcd4b06923
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* derived from https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
* derived from https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
@font-face {
font-family: Mononoki;
src: url("https://tebibyte.media/blog/assets/mononoki.ttf") format("truetype"),
@ -161,7 +161,11 @@
}
.ui.horizontal.segments > .segment {
background-color: #383c4a;
background-color: hsl(0, 20%, 13%);
}
.ui .background.grey, .ui .background.light.grey {
background-color: hsl(0, 20%, 20%) !important;
}
.ui.divider:not(.vertical):not(.horizontal) {