Skip to content

Commit

Permalink
Update forum post and forum aside {border-radius}
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 5, 2024
1 parent 871c862 commit 5e2618f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/feature/lookAndFeel/lookAndFeel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $body-background: (light: #f0f2f5, dark: #121314);
$post-background-body: (light: white, dark: #181a1b);
$post-background-header: (light: none, dark: none);

$post-radius: 8px;
$forum-aside-radius: 8px;

.look-and-feel-modern {
@include theme.var(--body-background, $body-background);
@include theme.var(--post-background-body, $post-background-body);
Expand All @@ -23,6 +26,7 @@ $post-background-header: (light: none, dark: none);
}
.neon-post {
background: var(--post-background-body);
border-radius: $post-radius;
.neon-post-header,
.neon-post-footer {
background: var(--post-background-header);
Expand All @@ -33,7 +37,7 @@ $post-background-header: (light: none, dark: none);
.neon-forum-aside {
background: var(--body-background);
padding: 24px;

border-radius: $forum-aside-radius;
@include size.size(xl) {
padding: 0;
}
Expand Down

0 comments on commit 5e2618f

Please sign in to comment.