Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions standalone-frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
}

body {
font-family: 'Nunito', sans-serif;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 100%;
background: #F1F1F1;
}

*, html {
--primaryGradient: linear-gradient(93.12deg, #581B98 0.52%, #9C1DE7 100%);
--secondaryGradient: linear-gradient(268.91deg, #581B98 -2.14%, #9C1DE7 99.69%);
--primaryGradient: linear-gradient(93.12deg, #0190D6 0.52%, #37BCF4 100%);
--secondaryGradient: linear-gradient(268.91deg, #0190D6 -2.14%, #37BCF4 99.69%);
--primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
--secondaryBoxShadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
--primary: #581B98;
--primary: #162B52;
}

/* CHATBOX
Expand Down