Skip to content

Commit

Permalink
feat: Add glitch style
Browse files Browse the repository at this point in the history
  • Loading branch information
FlySkyPie committed May 2, 2024
1 parent 6c2c6e1 commit c60e49d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
:root {
--main-bg-color : #d1cdb7;
--main-bg-color : #fdfdfd;
--bg-grid-color : #f8f8f8;
--bg-grid-2-color: rgba(204, 200, 177, 0);
--text-primary : #5d5d5d;
--text-secondary : #f2f2f2;
--text-shadow : #dedede;

/* --main-bg-color : #d1cdb7;
--bg-grid-color : #ccc8b1;
--bg-grid-2-color: rgba(204, 200, 177, 0);
--text-primary : #454138;
--text-secondary : #dcd8c0;
--text-shadow : #bab5a1;
--text-shadow : #bab5a1; */
}

body {
Expand Down

0 comments on commit c60e49d

Please sign in to comment.