Skip to content

Commit

Permalink
Merge pull request #5 from csunibo/csunibo-theme
Browse files Browse the repository at this point in the history
using csunibo-theme colors
  • Loading branch information
samuelemusiani authored May 24, 2024
2 parents 531237f + 01058a4 commit bf41055
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* NOTE: this stylesheet is compressed and directly embedded into the go code */
:root {
--b: #fbf1c7;
--f: #282828;
--d: #af3a03;
--b: #F1FAEE;
--f: #02111B;
--d: #EA8C55;
font-family: monospace;
font-size: 16px;
}
Expand Down Expand Up @@ -49,9 +49,9 @@ a {

@media (prefers-color-scheme: dark) {
:root {
--b: #282828;
--f: #fbf1c7;
--d: #fe8019;
--b: #02111B;
--f: #F1FAEE;
--d: #EA8C55;
}
}

Expand Down

0 comments on commit bf41055

Please sign in to comment.