diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index d4ffc4a981f..a48a624733a 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1734,7 +1734,7 @@ div.tmenudisabled, a.tmenudisabled { opacity: 0.6; } a.tmenu, a.tmenusel, a.tmenudisabled { - font-weight: 300; + /* font-weight: 300; */ } a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active { padding: 0px 5px 0px 5px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4d22bc4001f..5105c802640 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -6080,7 +6080,8 @@ border-top-right-radius: 6px; color: #; } .mainmenuaspan { - font-size: 12px; + font-size: 0.9em; + /* font-weight: 300; */ } .topmenuimage { background-size: 24px auto;