Fixed styling of clickable headline

This commit is contained in:
2021-08-13 12:02:53 +02:00
parent f011755a63
commit 85df8d65e3

View File

@@ -59,6 +59,17 @@ td
float: left;
}
#header_left a
{
color: #9d9d9d;
}
#header_left a:hover
{
color: #66ccff;
}
#header_right
{
display: flex;