feat: add post-menu-mobile

This commit is contained in:
Tom (plebeius.eth)
2024-05-28 19:03:43 +02:00
parent bf6fa1c737
commit 475d9ae416
11 changed files with 156 additions and 31 deletions
+42
View File
@@ -127,6 +127,13 @@
--post-menu-desktop-item-background-color: #f0e0d6;
--post-menu-desktop-item-hover-background-color: #ffe;
/* post menu mobile */
--post-menu-mobile-background-color: #f0e0d6;
--post-menu-mobile-border: 1px solid #d9bfb7;
--post-menu-mobile-border-right-width: 2px;
--post-menu-mobile-item-border-bottom: 1px solid #d9bfb7;
--post-menu-mobile-item-hover-background-color: #ffe;
/* post mobile */
--post-mobile-background-color: #f5e9e1;
--post-mobile-info-border-bottom: 1px solid #d9bfb7;
@@ -305,6 +312,13 @@
--post-menu-desktop-item-background-color: #d6daf0;
--post-menu-desktop-item-hover-background-color: #eef2ff;
/* post menu mobile */
--post-menu-mobile-background-color: #d6daf0;
--post-menu-mobile-border: 1px solid #b7c5d9;
--post-menu-mobile-border-right-width: 2px;
--post-menu-mobile-item-border-bottom: 1px solid #b7c5d9;
--post-menu-mobile-item-hover-background-color: #eef2ff;
/* post mobile */
--post-mobile-background-color: #d6daf0;
--post-mobile-info-border-bottom: 1px solid #b7c5d9;
@@ -453,6 +467,13 @@
--post-menu-desktop-item-background-color: #f0e0d6;
--post-menu-desktop-item-hover-background-color: #ffe;
/* post menu mobile */
--post-menu-mobile-background-color: #f0e0d6;
--post-menu-mobile-border: 1px solid #d9bfb7;
--post-menu-mobile-border-right-width: 2px;
--post-menu-mobile-item-border-bottom: 1px solid #d9bfb7;
--post-menu-mobile-item-hover-background-color: #ffe;
/* post mobile */
--post-mobile-background-color: #f5e9e1;
--post-mobile-info-border-bottom: 1px solid #d9bfb7;
@@ -610,6 +631,13 @@
--post-menu-desktop-item-background-color: #d6daf0;
--post-menu-desktop-item-hover-background-color: #eef2ff;
/* post menu mobile */
--post-menu-mobile-background-color: #d6daf0;
--post-menu-mobile-border: 1px solid #b7c5d9;
--post-menu-mobile-border-right-width: 2px;
--post-menu-mobile-item-border-bottom: 1px solid #b7c5d9;
--post-menu-mobile-item-hover-background-color: #eef2ff;
/* post mobile */
--post-mobile-background-color: #d6daf0;
--post-mobile-info-border-bottom: 1px solid #b7c5d9;
@@ -775,6 +803,13 @@
--post-menu-desktop-item-background-color: #282a2e;
--post-menu-desktop-item-hover-background-color: #1d1f21;
/* post menu mobile */
--post-menu-mobile-background-color: #282a2e;
--post-menu-mobile-border: 1px solid #000;
--post-menu-mobile-border-right-width: 2px;
--post-menu-mobile-item-border-bottom: 1px solid #000;
--post-menu-mobile-item-hover-background-color: #1d1f21;
/* post mobile */
--post-mobile-background-color: #282A2E;
--post-mobile-info-border-top: 1px solid #2D2F33;
@@ -959,6 +994,13 @@
--post-menu-desktop-item-background-color: #ddd;
--post-menu-desktop-item-hover-background-color: #eee;
/* post menu mobile */
--post-menu-mobile-background-color: #ddd;
--post-menu-mobile-border: 1px solid #ccc;
--post-menu-mobile-border-right-width: 2px;
--post-menu-mobile-item-border-bottom: 1px solid #ccc;
--post-menu-mobile-item-hover-background-color: #eee;
/* quotelink */
--post-quotelink-text-color: #f60;
--post-quotelink-text-color-hover: #f30;