diff --git a/index.html b/index.html index 7fb3fca..a3aa07b 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@

nicholassurmava.com

+ git.nicholassurmava.com

Stay Tuned...

\ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 4142dfc..5beb6c7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -53,6 +53,19 @@ body { background-color: black; } +a { + color: crimson; + text-decoration: none; +} + +a:hover { + color: teal; +} + +a:active { + color: teal; +} + @keyframes blink { 0%, 100% { border-color: transparent; } 50% { border-color: currentColor; } @@ -71,6 +84,6 @@ h2.typewriter { width: 0; display: inline-block; animation: - typing 3.5s steps(14, end) infinite, + typing 4.5s steps(14, end) infinite, blink 0.75s step-end infinite; } \ No newline at end of file