diff --git a/freeglut/web-src/freeglut-style.css b/freeglut/web-src/freeglut-style.css index 759e7ec..64c0ed3 100644 --- a/freeglut/web-src/freeglut-style.css +++ b/freeglut/web-src/freeglut-style.css @@ -10,7 +10,7 @@ a { color: #DD3322; } -a.hover { +a:hover { text-decoration: underline; } @@ -112,4 +112,4 @@ h3 { font-size: 1.1em; border-bottom: 1px #111166 solid ; width: 100%; -} \ No newline at end of file +}