Skip to content

Commit

Permalink
fix header font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Jan 4, 2025
1 parent 607102a commit 31e9deb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,13 @@ a.label,
border-color: var(--color-secondary);
}

.ui.dropdown .menu > .header {
text-transform: none; /* reset fomantic's "uppercase" */
}

.ui.dropdown .menu > .header:not(.ui) {
color: var(--color-text);
font-size: 0.95em; /* reset fomantic's small font-size */
}

.ui.dropdown .menu > .item {
Expand Down Expand Up @@ -691,11 +696,6 @@ input:-webkit-autofill:active,
box-shadow: 0 6px 18px var(--color-shadow) !important;
}

.ui.dropdown .menu > .header {
font-size: 0.8em;
text-transform: none; /* reset fomantic's "uppercase" */
}

.ui .text.left {
text-align: left !important;
}
Expand Down

0 comments on commit 31e9deb

Please sign in to comment.