Skip to content

Commit

Permalink
fix brand-530 and forum border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Apr 22, 2024
1 parent 24e97f5 commit 0b3f7c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ a[href="https://support.discord.com"] /* hide help */
.profilePanel_e2cafe /* profile panel outer */,
.userPanelOuter_eb00b1 /* profile panel inner */,
.userPanelInner_f9edb8 /* profile panel inner inner */,
.userPanelInner_f9edb8::before /* profile panel inner inner filter */ {
.userPanelInner_f9edb8::before /* profile panel inner inner filter */,
.container_b92032 /* forums */ {
border-radius: 0 0 var(--roundness-xl) var(--roundness-xl);
}

Expand Down Expand Up @@ -1125,6 +1126,7 @@ html.theme-light,
--brand-260: var(--bg-1); /* new badge */
--brand-430: var(--accent-3);
--brand-500: var(--accent-3);
--brand-530: var(--accent-4);
--brand-560: var(--accent-4);
--brand-600: var(--accent-5);

Expand Down

0 comments on commit 0b3f7c0

Please sign in to comment.