فهرست منبع

Dark pink: Fixes for the theme (#4881)

* Added custom color for the background-color-hover

* Updated thumbnail
Miika Launiainen 3 سال پیش
والد
کامیت
10c5a9326e
3فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 4 0
      p/themes/Dark-pink/pinkdark.css
  2. 4 0
      p/themes/Dark-pink/pinkdark.rtl.css
  3. BIN
      p/themes/Dark-pink/thumbs/original.png

+ 4 - 0
p/themes/Dark-pink/pinkdark.css

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

+ 4 - 0
p/themes/Dark-pink/pinkdark.rtl.css

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

BIN
p/themes/Dark-pink/thumbs/original.png