Skip to content

Commit

Permalink
Update nocturnal.css
Browse files Browse the repository at this point in the history
  • Loading branch information
xcruxiex committed Jul 5, 2024
1 parent bc99bfd commit 511a52d
Showing 1 changed file with 38 additions and 9 deletions.
47 changes: 38 additions & 9 deletions themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -2914,11 +2914,6 @@
background: var(--backgroundColor01);
}

.members_cbd271,
.membersListNotices__0bcb6 {
width: 100% !important;
}

.chat_a7d72e {
background: transparent;
}
Expand Down Expand Up @@ -3307,10 +3302,6 @@ button.button_f67531>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"
background-color: var(--backgroundColor01);
}

.stickerCategoryGenericSelected_a7a485 .stickerCategoryGenericIcon_a7a485 {
color: var(--mainColor);
}

.container_b01337 {
background-color: var(--backgroundColor01);
}
Expand All @@ -3329,4 +3320,42 @@ button.button_f67531>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"

.wrapper_b75bb9{
background:transparent!important;
}

/* Emoji Picker */
.categoryItemDefaultCategory_dfa278:hover {
background-color: var(--mainColor);
}

/* Sticker Picker */
.stickerCategoryGeneric_a7a485 {
color: #fff;
}
.stickerCategoryGeneric_a7a485:hover {
color: #fff;
background-color: var(--mainColor);
}
.stickerCategoryGenericSelected_a7a485, .stickerCategoryGenericSelected_a7a485:hover {
background-color: var(--mainColor);
color: #fff !important;
}

/* Built in Emojis/stickers */
.unicodeShortcut_dfa278 {
color: #fff;
}
.unicodeShortcut_dfa278:hover {
background-color: var(--mainColor);
color: #fff !important;
}

/* HLJS Patch Noc only */
.markup_f8f345 code{background-color: var(--backgroundCode)}
.hljs, .hljs::after {
padding-top: 20px !important;
}

/* Channel Permissions: Private Channel box */
.settingCard_dd864e {
background-color: var(--backgroundCode);
}

0 comments on commit 511a52d

Please sign in to comment.