Skip to content

Commit

Permalink
Fix css police
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant committed May 2, 2024
1 parent f1631fb commit 6527e9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions views/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*{
font-family: Roboto, ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body {
/* COLORS */
--bg-color-info: rgb(86 234 255);
Expand All @@ -7,17 +10,13 @@ body {

--bg-color-alert-error: rgb(255, 186, 195);
--bg-color-alert-success: rgb(144, 216, 126);
font-family: "roboto";
}
main{
border-radius: 20px;
background-color: #1b1b29e0;
backdrop-filter: blur(4px);
color: white;
}
* {
font-family: "roboto";
}

.text-align-center {
text-align: center;
Expand Down

0 comments on commit 6527e9a

Please sign in to comment.