Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaljgec2025 authored Feb 17, 2023
1 parent d27992a commit 24fa116
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}
/* //done by kushaljgec2530 */
.dark-theme {
--second: #dbf4ff;
--primary: #2f86ff;
--textcol: white;
--second: #888888;
--primary: #292d3f;
--textcol: rgb(255, 255, 255);
--c: #8892c6;
--block: #99caea65;
--textcolblock: #8bbef8;
--block: #92b4df65;
--textcolblock: #547ba8;
}

body {
Expand Down

0 comments on commit 24fa116

Please sign in to comment.