Dark pink: Fixes for the theme (#4881)

* Added custom color for the background-color-hover

* Updated thumbnail
This commit is contained in:
Miika Launiainen
2022-11-22 09:15:50 +02:00
committed by GitHub
parent 4bf678f8e4
commit 10c5a9326e
3 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
:root {
--background-color-hover: #2f1d22;
}
.btn:hover {
background: unset;
border-color: #ff449a;

View File

@@ -1,3 +1,7 @@
:root {
--background-color-hover: #2f1d22;
}
.btn:hover {
background: unset;
border-color: #ff449a;

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 184 KiB