diff options
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 10af7bb7e..9950a79d5 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -1172,6 +1172,12 @@ a.btn { width: 400px; } + .dropdown-target:target ~ .dropdown-toggle::after { + background-color: #1a1a1a; + border-top: 1px solid #888; + border-left: 1px solid #888; + } + .day .name { font-size: 1.1rem; } |
