0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2024-12-18 15:54:22 +00:00

fix indexer code bg

This commit is contained in:
nous 2020-01-22 23:48:02 +01:00
parent 97de98a65b
commit e4b7a4c137

View File

@ -1069,3 +1069,6 @@
.ui.table > thead > tr > th { .ui.table > thead > tr > th {
background: #101d49; background: #101d49;
} }
.code-view :not(.fa):not(.octicon):not(.icon) {
background: #131313;
}