Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 3, 2020
1 parent 8b7fa2c commit f4bce84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion assets/scss/main.css

Large diffs are not rendered by default.

17 changes: 1 addition & 16 deletions src/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#languageSwitcher .popover-body,
#paletteSwitcher .popover-body {
padding: .25rem;
padding: .5rem;
}

.color-scheme-switcher {
Expand All @@ -65,18 +65,3 @@
.palettes {
color: #{$white};
}

.palett:hover, .palette:focus {
font-weight: bold;
}

.palette.active {
font-weight: bold;
}

@media (max-width: breakpoint-max(sm)) {
.dropdown-menu {
max-height: 240px;
overflow-y:auto;
}
}

0 comments on commit f4bce84

Please sign in to comment.