Skip to content

Commit

Permalink
Update post thread and aside radius
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Nov 29, 2024
1 parent 116029e commit 388908d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions resources/janek/redesign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ $background-dark: #121314; // old #252525

$tile-background-light: white; // old bootstrap
$tile-background-dark: #181a1b; // old bootstrap
$tile-radius: 8px;

body {
@include background-theme($background-light, $background-dark);
}

.designer-post {
border-radius: $tile-radius;

@include background-theme($tile-background-light, $tile-background-dark);

.designer-post-header {
Expand All @@ -32,13 +35,13 @@ body {
.designer-aside {
@include background-theme($tile-background-light, $tile-background-dark);
padding: 24px;
}
border-radius: $tile-radius;

@include size(xl) {
.designer-aside {
@include size(xl) {
@include theme {
background: none;
}
padding: 0;
border-radius: 0;
}
}

0 comments on commit 388908d

Please sign in to comment.