Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resistor-calculator [2024/07/15 20:29] – steve.wang | resistor-calculator [2024/07/15 20:32] (current) – steve.wang | ||
---|---|---|---|
Line 41: | Line 41: | ||
position: relative; | position: relative; | ||
left: 35%; | left: 35%; | ||
+ | color: black | ||
} | } | ||
Line 108: | Line 109: | ||
#orange { | #orange { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#yellow { | #yellow { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#green { | #green { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 125: | Line 129: | ||
#violet { | #violet { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 134: | Line 139: | ||
#white { | #white { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#gold { | #gold { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#silver { | #silver { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 151: | Line 159: | ||
#results { | #results { | ||
text-align: center; | text-align: center; | ||
- | font-size: | + | font-size: |
font-weight: | font-weight: | ||
} | } |