From b8e1cc1b5786f393564d5ee579887e2fdb886145 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 04:59:30 +0530 Subject: [PATCH] feat: set link styles --- src/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.css b/src/index.css index fdf8d529..ca2cd1f6 100644 --- a/src/index.css +++ b/src/index.css @@ -19,6 +19,13 @@ html { overflow-y: auto; } +a { + color: #ff00c3; + &:hover { + color: #ff00c3; + } +} + code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;