Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Mar 22, 2024
1 parent e03d032 commit dd63c20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 6 additions & 4 deletions server/frontend/styles/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ $highlight-glow-primary: 0 0 0.2em var(--glow-color-primary);
--glow-color-primary: #{$primary-500};
--glow-text-color-primary: #{$primary-300};

--card-background-color: #{rgba(
mix($black, $grey-900, 25%),
$card-opacity-dark
)};
--card-background-color: #{rgba(mix($black, $grey-900, 25%), $card-opacity-dark)};
--nav-background-color: #{rgba($primary-900, 0.75)};
--article-card-color: #{$grey-900};
--bubble-color: #{$grey-300};
Expand Down Expand Up @@ -82,6 +79,11 @@ pre > code {
font-size: inherit;
}

code,
kbd {
padding: 0.2em 0.5em;
}

h1,
h2,
h3 {
Expand Down
7 changes: 7 additions & 0 deletions server/frontend/styles/_problems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,11 @@
flex: 0;
}
}

section.part {
ol,
ul {
margin-left: 1.5em;
}
}
}

0 comments on commit dd63c20

Please sign in to comment.