Browse Source

gitea text fixes

pull/124/head
Marius 5 years ago
parent
commit
3014a263c8
  1. 6
      CSS/themes/gitea/gitea-base.css

6
CSS/themes/gitea/gitea-base.css

@ -225,8 +225,14 @@ b:hover,
background: rgb(255 255 255 / 8%) !important;
}
.ui.attached.segment, .ui.segment, .ui.segments {
background: transparent;
color: var(--text) !important;
border-color: rgba(255, 255, 255, 0.1);
}
.ui .info.segment.top {
background-color: rgb(0 0 0 / 15%) !important;
color: var(--text);
}
.ui.attached.header {

Loading…
Cancel
Save