diff --git a/webapp/src/components/Game/GameHeader.css b/webapp/src/components/Game/GameHeader.css index aa4107d..51a7ea4 100644 --- a/webapp/src/components/Game/GameHeader.css +++ b/webapp/src/components/Game/GameHeader.css @@ -26,6 +26,5 @@ .game-header a:hover:not(.active) { color: cadetblue; - - /* box-shadow: 0 1.5px 0 0 currentColor; */ + box-shadow: 0 1.5px 0 0 currentColor; } \ No newline at end of file