summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 8500d6a8353..a028a62d2be 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -104,11 +104,6 @@ input {
display: inline-grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
-
- /* Same font-weight exception as for .personal-settings-container */
- > div h3 {
- font-weight: 300;
- }
}
.personal-show-container {
@@ -224,7 +219,6 @@ select {
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
- font-weight: 300;
> label {
white-space: nowrap;
@@ -319,7 +313,7 @@ select {
top: 44px;
&.popovermenu {
.menuitem {
- // override h2 heading font size
+ // override h3 heading font size
font-size: 12.8px;
line-height: 1.6em;
.menuitem-text-detail {