summaryrefslogtreecommitdiff
path: root/CSS/main.css
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2020-08-30 13:03:47 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2020-08-30 13:03:47 -0400
commitee7a003f57c0ca21c37268286b4ec87292e49124 (patch)
treef2713ab57d326a614dd9805480fad3f16930c330 /CSS/main.css
parentb28a22ffe6b379e0940287051fb4bf3c397ae410 (diff)
Fixed Issue with Green theme drop buttons not being uppercase
Diffstat (limited to 'CSS/main.css')
-rwxr-xr-xCSS/main.css2
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;