summaryrefslogtreecommitdiff
path: root/CSS/GreenAndDark.css
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2020-06-23 17:51:49 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2020-06-23 17:51:49 -0400
commit27f0f360b796a57fe495d303f6e78b55d494097e (patch)
tree7c3f8d0830848db8ea26cec992eb0fdc47a58ab2 /CSS/GreenAndDark.css
parentcb30ab62e87b6cbc4861e57ef906d7eb04b3721c (diff)
Actual fix of the font size issue
Diffstat (limited to 'CSS/GreenAndDark.css')
-rw-r--r--CSS/GreenAndDark.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSS/GreenAndDark.css b/CSS/GreenAndDark.css
index 82aa3db..0740076 100644
--- a/CSS/GreenAndDark.css
+++ b/CSS/GreenAndDark.css
@@ -96,7 +96,7 @@ main{
.dropbtn {
color: #fff;
padding: 1.4em;
- font-size: .6em;
+ font-size: .8em;
cursor: pointer;
background: rgba(37,37,37,1);
border: none;*/