Skip to content

Commit

Permalink
Minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Apr 15, 2023
1 parent 0f7f370 commit 6aa9de3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ $sidebar-width: 20rem;
border: 0 !important;
}

.unsolved {
border-radius: 4px;
}

.serif-stack {
font-family: $serif-stack;
}
Expand Down Expand Up @@ -265,7 +269,7 @@ code,
pre {
background-color: whitesmoke;
border: 0;
border-radius: 0.5em;
border-radius: 0.25em;
}

#portals-browsebar {
Expand Down
9 changes: 9 additions & 0 deletions src/styles/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.75);
}

.root .unsolved {
background-color: #333;
border-color: #444;
}

a {
color: hsl(40, 90%, 40%);
-webkit-tap-highlight-color: hsla(40, 90%, 40%, 0.25);
Expand All @@ -58,6 +63,10 @@
outline: 0;
}
}

code, pre {
background-color: #333;
}
}

.sansSerif {
Expand Down

0 comments on commit 6aa9de3

Please sign in to comment.