From 518ca1c07d2595e0fd95eaafb5bd3843f3332fb5 Mon Sep 17 00:00:00 2001 From: bloodwiing Date: Tue, 14 May 2024 00:25:33 +0300 Subject: [PATCH] Add: More branding colors --- static/css/base.scss | 16 +++++++++++++++- static/css/font.scss | 9 ++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/static/css/base.scss b/static/css/base.scss index 6b5669a..129a000 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -1,13 +1,18 @@ :root { font-size: 16px; + --background: #111118; + --accent: #846bf7; --accent-dim: #846bf760; --accent-very-dim: #846bf716; + + --white: #ffffff; + --white-dim: #afbcc2; } body { - background-color: #111118; + background-color: var(--background); margin: 0; position: relative; @@ -23,3 +28,12 @@ body { "wdth" 100, "YTLC" 500; } + +h1, h2, h3, h4, p { + margin: 0; +} + +button { + border: none; + font-size: 1rem; +} diff --git a/static/css/font.scss b/static/css/font.scss index 9e21c27..e89c494 100644 --- a/static/css/font.scss +++ b/static/css/font.scss @@ -10,13 +10,15 @@ font-style: normal; } -.taviraj-light { +.taviraj-light, +.typeTitle { font-family: "Taviraj", serif; font-weight: 300; font-style: normal; } -.taviraj-regular { +.taviraj-regular, +.typeName { font-family: "Taviraj", serif; font-weight: 400; font-style: normal; @@ -109,7 +111,8 @@ // : Use a unique and descriptive class name // : Use a value from 200 to 1000 -.nunito-sans-300 { +.nunito-sans-300, +.typeContent { font-family: "Nunito Sans", sans-serif; font-optical-sizing: auto; font-weight: 300;