Skip to content

Commit

Permalink
Update x30.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Jun 20, 2024
1 parent c04c5a2 commit b8e710d
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions src/fixations/additions/accents/x30.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,72 +28,72 @@

/* Buttons, Icons, Scrollers, Titles, and Text */

.iconWrapper_de6cd1 .icon_ae0b42,
.iconWrapper_e44302 .icon_e44302,
.stickerIcon__3ceda,
.icon__27d76,
.circleIcon_b62ef0,
.buttonWrapper_bd4bd7 {
.icon_cecf00,
.circleIcon_db6521,
.buttonWrapper_cecf00 {
color: var(--accent-keys);
}
.item_e4ca95 .item-3XjbnG .themed-2-lozF[aria-controls="add_friend-tab"] {
.item_c2739c .item-3XjbnG .themed-2-lozF[aria-controls="add_friend-tab"] {
background-color: var(--accent-hover) !important;
}
.clickable_ce0925 .icon_ae0b42,
.linkButtonIcon_cff89e {
.clickable_e44302 .icon_e44302,
.linkButtonIcon_c91bad {
color: var(--accent-titles) !important;
}
.contents-3ca1mk .button__437ce .button__493d9 {
.contents-3ca1mk .button_cecf00 .button_d0696b {
color: var(--accent-keys);
}
.circleIcon_b62ef0 {
.circleIcon_db6521 {
color: var(--accent-keys-light) !important;
}
.name__4eb92,
.membersGroup_cad095 {
.name_d8bfb3,
.membersGroup_cbd271 {
color: var(--accent-keys);
}
.addButtonIcon_d9a52c,
.modeUnreadImportant__35358 .icon__67ab4,
.unreadImportant_e8bb44 {
.addButtonIcon_a08117,
.modeUnreadImportant_d8bfb3 .icon_d8bfb3,
.unreadImportant_d8bfb3 {
color: var(--accent-titles) !important;
}
.messageContent_abea64,
.modeConnected__52a8f .name__4eb92,
.modeConnected__52a8f:hover .name__4eb92,
.modeSelected__473f1 .name__4eb92,
.modeSelected__473f1:hover .name__4eb92,
.modeUnreadImportant__35358 .name__4eb92,
.modeUnreadImportant__35358:hover .name__4eb92,
.notInteractive_e31551.modeConnected__52a8f .name__4eb92,
.notInteractive_e31551.modeSelected__473f1 .name__4eb92 {
.messageContent_ec86aa,
.modeConnected_d8bfb3 .name_d8bfb3,
.modeConnected_d8bfb3:hover .name_d8bfb3,
.modeSelected_d8bfb3 .name_d8bfb3,
.modeSelected_d8bfb3:hover .name_d8bfb3,
.modeUnreadImportant_d8bfb3 .name_d8bfb3,
.modeUnreadImportant_d8bfb3:hover .name_d8bfb3,
.notInteractive_d8bfb3.modeConnected_d8bfb3 .name_d8bfb3,
.notInteractive_d8bfb3.modeSelected_d8bfb3 .name_d8bfb3 {
color: var(--accent-titles) !important;
}
.modeSelected__473f1 .icon__67ab4,
.modeSelected__473f1:hover .icon__67ab4,
.modeUnreadImportant__35358 .icon__67ab4,
.modeUnreadImportant__35358:hover .icon__67ab4,
.mainContent__2333c .overflow__993fa,
.mainContent__2333c {
.modeSelected_d8bfb3 .icon_d8bfb3,
.modeSelected_d8bfb3:hover .icon_d8bfb3,
.modeUnreadImportant_d8bfb3 .icon_d8bfb3,
.modeUnreadImportant_d8bfb3:hover .icon_d8bfb3,
.mainContent_a08117 .overflow_c74e70,
.mainContent_a08117 {
color: var(--accent-titles) !important;
}
.theme-dark .unreadMentionsIndicatorTop__153ad .unreadMentionsBar__8cd45,
.theme-dark .unreadMentionsIndicatorBottom__9351c .unreadMentionsBar__8cd45,
.theme-dark .unreadMentionsIndicatorTop__153ad .unreadMentionsBar__8cd45,
.theme-dark .unreadMentionsIndicatorTop_fea3ef .unreadMentionsBar_fea3ef,
.theme-dark .unreadMentionsIndicatorBottom_fea3ef .unreadMentionsBar_fea3ef,
.theme-dark .unreadMentionsIndicatorTop_fea3ef .unreadMentionsBar_fea3ef,
.numberBadge__40d6f,
.unreadImportant_e8bb44,
.unreadImportant_d8bfb3,
.newBadge__4f501 {
background:var(--accent) !important;
}
.attachButtonPlus_fd0021 {
.attachButtonPlus_f298d4 {
fill:var(--accent-fob) !important;
}
.button__581d0 .contents-3ca1mk {
.button_dd4f85 .contents-3ca1mk {
fill: var(--accent-fob) !important;
--button--underline-color: rgba(222, 0, 0, 0);
background-image: linear-gradient(
0deg,transparent,transparent 1px,var(--button--underline-color) 0,var(--button--underline-color) 2px,transparent 0);
}
.scroller_e412fe::-webkit-scrollbar-thumb, .auto-2K3UW5::-webkit-scrollbar-thumb, .thin_b1c063::-webkit-scrollbar-thumb, .peopleColumn__0c784::-webkit-scrollbar-thumb {
.scroller_e2e187::-webkit-scrollbar-thumb, .auto-2K3UW5::-webkit-scrollbar-thumb, .thin_eed6a8::-webkit-scrollbar-thumb, .peopleColumn_c2739c::-webkit-scrollbar-thumb {
background-color: var(--accent-fob);
}

Expand Down

0 comments on commit b8e710d

Please sign in to comment.