diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2020-08-30 13:03:47 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2020-08-30 13:03:47 -0400 |
| commit | ee7a003f57c0ca21c37268286b4ec87292e49124 (patch) | |
| tree | f2713ab57d326a614dd9805480fad3f16930c330 /CSS/GreenAndDark.css | |
| parent | b28a22ffe6b379e0940287051fb4bf3c397ae410 (diff) | |
Fixed Issue with Green theme drop buttons not being uppercase
Diffstat (limited to 'CSS/GreenAndDark.css')
| -rwxr-xr-x | CSS/GreenAndDark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSS/GreenAndDark.css b/CSS/GreenAndDark.css index 0740076..7687e73 100755 --- a/CSS/GreenAndDark.css +++ b/CSS/GreenAndDark.css @@ -1,4 +1,3 @@ - body, html{ height: calc(100% - 2em); font-family: Arial, Helvetica, sans-serif; @@ -98,6 +97,7 @@ main{ padding: 1.4em; font-size: .8em; cursor: pointer; + text-transform: uppercase; background: rgba(37,37,37,1); border: none;*/ display: block; |
