diff options
| author | 2022-11-22 09:15:50 +0200 | |
|---|---|---|
| committer | 2022-11-22 08:15:50 +0100 | |
| commit | 10c5a9326ef3c252aeb4c6bcac99f87b3dc20ab8 (patch) | |
| tree | 5b11e96bdbfc447755652a5850454d5a312033e3 | |
| parent | 4bf678f8e4311da467aec09e4d67fe0c5f57d512 (diff) | |
Dark pink: Fixes for the theme (#4881)
* Added custom color for the background-color-hover
* Updated thumbnail
| -rw-r--r-- | p/themes/Dark-pink/pinkdark.css | 4 | ||||
| -rw-r--r-- | p/themes/Dark-pink/pinkdark.rtl.css | 4 | ||||
| -rw-r--r-- | p/themes/Dark-pink/thumbs/original.png | bin | 204893 -> 188590 bytes |
3 files changed, 8 insertions, 0 deletions
diff --git a/p/themes/Dark-pink/pinkdark.css b/p/themes/Dark-pink/pinkdark.css index 4ccfbbb95..ac418d7cf 100644 --- a/p/themes/Dark-pink/pinkdark.css +++ b/p/themes/Dark-pink/pinkdark.css @@ -1,3 +1,7 @@ +:root { + --background-color-hover: #2f1d22; +} + .btn:hover { background: unset; border-color: #ff449a; diff --git a/p/themes/Dark-pink/pinkdark.rtl.css b/p/themes/Dark-pink/pinkdark.rtl.css index 9c88010e5..748e83c49 100644 --- a/p/themes/Dark-pink/pinkdark.rtl.css +++ b/p/themes/Dark-pink/pinkdark.rtl.css @@ -1,3 +1,7 @@ +:root { + --background-color-hover: #2f1d22; +} + .btn:hover { background: unset; border-color: #ff449a; diff --git a/p/themes/Dark-pink/thumbs/original.png b/p/themes/Dark-pink/thumbs/original.png Binary files differindex 4bae257b5..835496eac 100644 --- a/p/themes/Dark-pink/thumbs/original.png +++ b/p/themes/Dark-pink/thumbs/original.png |
