diff --git a/common/common.scss b/common/common.scss index 7fbe1b5e..e1934c5b 100644 --- a/common/common.scss +++ b/common/common.scss @@ -5,13 +5,13 @@ color: var(--secondary); h1 { - font-size: 3em; + font-size: 2.5em; color: black; } p { color: black; - font-size: 1.25em !important; + font-size: 1em !important; font-weight: bold; margin-bottom: 1em; } @@ -244,24 +244,14 @@ div.ac-wrap { } html { + font-family: 'Inter', sans-serif !important; + body { background: linear-gradient(0deg, rgba(var(--primary-rgb), 0.075) 0%, rgba(var(--primary-rgb), 0.075) 100%), linear-gradient(0deg, var(--secondary) 100%, var(--secondary) 100%); } - - .background-container { - position: fixed; - top: 0; - left: 0; - height: 100vh; - width: 100vw; - background: linear-gradient(90deg, - #F1F5F9 0%, - #F1F5F9 100%); - clip-path: ellipse(148% 70% at 91% -14%); - } } html body #main-outlet { diff --git a/common/head_tag.html b/common/head_tag.html new file mode 100644 index 00000000..0a133d87 --- /dev/null +++ b/common/head_tag.html @@ -0,0 +1,4 @@ + + + \ No newline at end of file