diff --git a/css/style.css b/css/style.css index 75dc887..aaff415 100644 --- a/css/style.css +++ b/css/style.css @@ -12,5 +12,5 @@ } @keyframes blink { 0% { background: black } - 100% { background: purple } + 100% { background: #b32dff } } \ No newline at end of file