Skip to content

Commit

Permalink
Category names back to colored + forum create post
Browse files Browse the repository at this point in the history
  • Loading branch information
xcruxiex committed Aug 13, 2024
1 parent 0f69076 commit 4ab0ba8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -2766,11 +2766,14 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
background-color: var(--backgroundColor);
}

.overlayBackground-1KgwVi,
.input_f8bc55 {
.overlayBackground-1KgwVi {
background-color: rgba(1, 1, 1, 0.5);
border: 1px solid transparent;
}
.input_f8bc55 {
background-color: transparent;
border: 0px;
}

.theme-dark .calendarPicker_be05cd .react-datepicker__day--disabled,
.theme-dark .calendarPicker_be05cd .react-datepicker__day--outside-month,
Expand Down Expand Up @@ -3339,4 +3342,12 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
opacity: 1;
margin-left: 0;
transition: .5s all ease-out;
}
}

/* Category Names back to original color */
.icon_a08117, .mainContent_a08117>.container_a5ad5c, .children_a08117{
color: var(--themeColor1) !important;
}
.addButtonIcon_a08117:hover, .mainContent_a08117>.container_a5ad5c:hover, .children_a08117:hover{
color: var(--themeColor2) !important;
}

0 comments on commit 4ab0ba8

Please sign in to comment.