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/main.css | |
| parent | b28a22ffe6b379e0940287051fb4bf3c397ae410 (diff) | |
Fixed Issue with Green theme drop buttons not being uppercase
Diffstat (limited to 'CSS/main.css')
| -rwxr-xr-x | CSS/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSS/main.css b/CSS/main.css index 2c016e7..cbf5ec1 100755 --- a/CSS/main.css +++ b/CSS/main.css @@ -96,7 +96,7 @@ main{ font-size: .8em; cursor: pointer; background: rgba(210,210,210,1); - border: none;*/ + border: none; text-transform: uppercase; display: block; position: relative; |
