commit 210ba4995ce80b287bb6239e67343b57d29b4b10 parent 459cb42e1195b1b80b6237c697de03ba1edc83b1 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Mon, 5 Nov 2018 15:22:47 +0100 No hover background for header Diffstat:
M | style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -76,7 +76,7 @@ h3 { } #headerLink:hover { - background-color: #eee; + background-color: #fff; } #main {