Browse Source

fix for #191

pull/204/head
Marius 4 years ago
parent
commit
098c56c372
  1. 4
      CSS/themes/gitea/gitea-base.css

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

@ -306,6 +306,10 @@ b:hover,
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.feeds .list ul li.private {
background-color: rgb(255 255 255 / 10%);
}
.ui.secondary.pointing.menu {
border-color: rgb(255 255 255 / 10%) !important;
}

Loading…
Cancel
Save