Skip to content

Commit

Permalink
SDSS-175: Reduce font-size on default list filter by menu (#231)
Browse files Browse the repository at this point in the history
* SDSS-175: Reduce font-size on default list filter by menu.
  • Loading branch information
jenbreese authored Sep 14, 2023
1 parent d4f8729 commit 3bacc1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
.topics__collapsable-menu {
color: $sdss-color-grey-dark;
font-weight: $su-font-regular;
font-size: 1.3em;
font-size: 1.9rem;
}

.menu {
.menu-item {
a {
color: $sdss-color-grey-dark;
font-weight: $su-font-regular;
font-size: 1.3em;
font-size: 1.9rem;

&:before {
background-color: transparent;
Expand Down

0 comments on commit 3bacc1e

Please sign in to comment.