Commit ffe7ee9c by Kyle Fiedler

Added some slight text modification for amplifier

parent 36a54eaf
......@@ -3968,7 +3968,8 @@ section.tool-wrapper div#controlls-container label {
border-radius: 2px;
font-weight: bold;
padding: 3px;
color: #fff; }
color: #fff;
-webkit-font-smoothing: antialiased; }
section.tool-wrapper div#controlls-container label[for="vinCheckbox"], section.tool-wrapper div#controlls-container label[for="vinRadioButton"] {
color: #409fbf; }
section.tool-wrapper div#controlls-container label[for="voutCheckbox"], section.tool-wrapper div#controlls-container label[for="voutRadioButton"] {
......
......@@ -105,6 +105,7 @@ section.tool-wrapper {
font-weight: bold;
padding: 3px;
color: #fff;
-webkit-font-smoothing: antialiased;
}
//MOSFET AMPLIFIER
......
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