FINISH: Sidebar Categories now shows image instead of text

This commit is contained in:
EvanLin3141
2025-02-28 13:08:44 +00:00
parent bce119b0b3
commit aaf8300a1c
2 changed files with 41 additions and 35 deletions

View File

@@ -80,7 +80,7 @@ body[data-theme="light"] {
}
body[data-theme="dark"] {
--bg-color: black;
--bg-color: black;
--text-color: white;
--sideBar-bg: black;
@@ -89,7 +89,7 @@ body[data-theme="dark"] {
--sideBar-profile-text: #ffffff;
--profile-border: #ffffff;
--follow-bg: #dbb2ff;
--follow-bg: #a50000c6;
--follow-text: rgb(255, 255, 255);
--follow-shadow: 0px 0px 15px rgba(255, 255, 255, 0.966);
@@ -98,7 +98,7 @@ body[data-theme="dark"] {
--quickBar-title: rgb(255, 255, 255);
--quickBar-title-bg: rgb(0, 0, 0,);
--quickBar-title-bg: rgb(0, 0, 0);
--quickBar-bg: #000000d3;
--quickBar-text: #ffffff;
--quickBar-border: #ffffff;
@@ -109,27 +109,27 @@ body[data-theme="dark"] {
--user-pfp-border: #ffffff;
--user-pfp-border-shadow: -10px 15px 25px rgba(0, 0, 0, 0.754);
--user-borderBg: rgb(0, 0, 0);
--user-box: rgb(27, 0, 54);
--user-borderBg: rgb(123, 0, 0);
--user-box: rgb(75, 0, 150);
--user-box-strip: rgb(165, 0, 0);
--user-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.754);
--user-sideBox: rgba(0, 0, 0, 0.9);
--user-contentBox: rgba(14, 12, 12, 0.75);
--user-follow-bg: #5c139b;
--user-sideBox: rgba(25, 25, 25, 0.938);
--user-contentBox: rgba(108, 0, 0, 0.764);
--user-follow-bg: #9a0000;
--user-bg: rgb(16, 16, 16);
--user-live-bg: rgb(127, 161, 5);
/* Screenshot */
--screenshot-bg: rgba(64, 64, 64, 0.75);
--screenshot-bg-hover: rgb(64, 64, 64);
--screenshot-bg: rgb(78, 78, 78);
--screenshot-bg-hover: rgb(231, 231, 231);
--screenshot-text: rgb(255, 255, 255);
--screenshot-text-hover: rgb(255, 255, 255);
--screenshot-text-hover: rgb(78, 78, 78);
/* Brightness */
--slider-header: rgb(255, 255, 255);
--slider-text: rgb(255, 255, 255);
--slider-bg: rgb(0,0,0);
--slider-bg: #000000;
}
body[data-theme="blue"] {