Skip to content

Commit

Permalink
update url shortener styles
Browse files Browse the repository at this point in the history
  • Loading branch information
d47081 committed Jul 9, 2022
1 parent 4c6ce6b commit 80f77ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme_nin_night/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3217,7 +3217,7 @@ position: relative;
}

.uri-shortener-modal .uris-list li {
background-color: #FFF;
background-color: #393c45;
padding-left: 2%;
padding-right: 2%;
margin-bottom: 2px;
Expand All @@ -3233,7 +3233,7 @@ position: relative;
}

.uri-shortener-modal .uris-list .short {
background-color: #EEE;
background-color: #000;
display: inline-block;
width: 26%;
padding-left: 2px;
Expand Down

0 comments on commit 80f77ec

Please sign in to comment.