diff --git a/css/general.css b/css/general.css index a119f19..73f110e 100644 --- a/css/general.css +++ b/css/general.css @@ -164,8 +164,8 @@ nav li a:focus::after{ animation-timing-function: linear; } -#timer-text { - color: gray; +#timer { + color: rgb(184, 184, 184); animation: blinking 2s infinite; } @@ -174,7 +174,7 @@ nav li a:focus::after{ opacity: 1; } 50% { - opacity: 0.5; + opacity: 0.7; } 100% { opacity: 1; diff --git a/index.html b/index.html index 19ead99..d21755e 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@