From 002b11c828266bcc7568902880110fa1ed4b659d Mon Sep 17 00:00:00 2001 From: Vitaly Sharovatov Date: Tue, 19 Dec 2023 14:36:29 +0100 Subject: [PATCH] #4 correcting the links color --- assets/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/main.scss b/assets/main.scss index 5e0cd45..5650ffb 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -6,3 +6,7 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); body { font-family: 'Roboto', sans-serif; } + +a { + color: #4F46DC; +}