From e5c1454c091cb4101664d1bfa0e766ab37e9879a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 1 Oct 2022 22:13:51 +0530 Subject: created a navbar --- src/App.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index b4fc72f..6215663 100644 --- a/src/App.scss +++ b/src/App.scss @@ -35,7 +35,7 @@ main { width: 100%; max-width: 1500px; margin: 0 auto; - min-height: 100vh; + min-height: calc(100vh - 4rem); padding: 0.7rem 0.5rem; box-sizing: border-box; } @@ -49,3 +49,12 @@ a { color: $linkColor; text-decoration: none; } + +::selection { + color: $fgColor; + background: $primaryAccentColor; +} +::-moz-selection { + color: $fgColor; + background: $primaryAccentColor; +} -- cgit v1.2.3