diff --git a/client/assets/styles/skeleton.css b/client/assets/styles/skeleton.css index fcb295f9..f166c05b 100644 --- a/client/assets/styles/skeleton.css +++ b/client/assets/styles/skeleton.css @@ -120,6 +120,7 @@ html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */ html { font-size: 62.5%; } + body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; diff --git a/client/assets/styles/styles.css b/client/assets/styles/styles.css index bc849a64..ed9808a9 100644 --- a/client/assets/styles/styles.css +++ b/client/assets/styles/styles.css @@ -112,8 +112,7 @@ nav button.active { nav button[disabled], nav button[disabled]:hover { color: #333333; - font-size: 14pt; - text-decoration: line-through + text-decoration: none; } nav button:hover, nav button:focus { diff --git a/client/index.html b/client/index.html index ebe141f8..3101999c 100644 --- a/client/index.html +++ b/client/index.html @@ -10,8 +10,7 @@ - - + diff --git a/client/src/components/header.component.jsx b/client/src/components/header.component.jsx index c6b0ca3c..dc4f37da 100644 --- a/client/src/components/header.component.jsx +++ b/client/src/components/header.component.jsx @@ -23,7 +23,7 @@ function renderHeader(args) { return (

- setShowNav(!showNav)} className="fa fa-bars"> + setShowNav(!showNav)} >☰ mnml.gg

{accountStatus}