Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
skruyo authored Apr 19, 2024
1 parent a055605 commit 704eedd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/global.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import url("public/fonts/fonts.css");
:root {
/* So I can easily readjust :3 */
--primary-color: #223A5E;
--secondary-color: #415D8C;
--accent-color: #5488DB;
--text-color: #EOE5F2;
--background-color: #141F2B;
--primary-color: #1A0F1F;
--secondary-color: #3D2B4B;
--accent-color: #6F4D73;
--text-color: #A391A4;
--background-color: #0D080E;
}

body {
Expand Down

0 comments on commit 704eedd

Please sign in to comment.