Skip to content

Commit

Permalink
Merge pull request #38 from twisterarmy/twisterarmy-nin-night
Browse files Browse the repository at this point in the history
update url shortener styles
  • Loading branch information
d47081 committed Jul 9, 2022
2 parents b1756fa + 80f77ec commit 0ffdd34
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 0ffdd34

Please sign in to comment.