Browse Source

fix warning background

pull/35/head
d47081 2 years ago
parent
commit
5449acc787
  1. 4
      theme_nin_night/css/style.css

4
theme_nin_night/css/style.css

@ -2586,7 +2586,7 @@ ol.toptrends-list a:hover { @@ -2586,7 +2586,7 @@ ol.toptrends-list a:hover {
.inline-warn {
background-color: #FEFEDF;
background-color: #404655;
padding: 10px;
}
@ -3229,7 +3229,7 @@ position: relative; @@ -3229,7 +3229,7 @@ position: relative;
.uri-shortener-modal .uris-list li.highlighted,
.uri-shortener-modal .uris-list li:hover {
background-color: #FEFEDF;
background-color: #404655;
}
.uri-shortener-modal .uris-list .short {

Loading…
Cancel
Save