diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 538158bddc5..0b998d9f843 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -34,9 +34,14 @@ table.topbarre } a { - text-decoration: none; + text-decoration: none; + font-weight: bold; + color: #000000; } +a:hover { text-decoration: underline; } + + td.menu { border-right: 1px solid #000000;