Skip to content

Commit

Permalink
Added stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxinzhu committed Aug 16, 2023
1 parent 8a6f16c commit 60b8975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 4 additions & 14 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 4 additions & 0 deletions common/head_tag.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">

0 comments on commit 60b8975

Please sign in to comment.