From 80f77ecb9319932c3a0e557b22286483a5a3cf77 Mon Sep 17 00:00:00 2001 From: d47081 Date: Sun, 10 Jul 2022 00:28:49 +0300 Subject: [PATCH] update url shortener styles --- theme_nin_night/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index f7883a6..687f8a6 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -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; @@ -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;