Commit 14100ba1 by Brian Talbot

syncs up font-weight across problem button/input actions

parent 832da3ad
...@@ -553,7 +553,7 @@ section.problem { ...@@ -553,7 +553,7 @@ section.problem {
.save, .check, .show { .save, .check, .show {
height: ($baseline*2); height: ($baseline*2);
font-weight: 500; font-weight: 600;
vertical-align: middle; vertical-align: middle;
} }
...@@ -565,7 +565,7 @@ section.problem { ...@@ -565,7 +565,7 @@ section.problem {
.show-label { .show-label {
font-size: 1.0em; font-size: 1.0em;
font-weight: 500; font-weight: 600;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment