Skip to content

Commit

Permalink
feat: update logos and accents (#280)
Browse files Browse the repository at this point in the history
* feat: update logos, accents

* fix apple-touch-icon.png size

* remove width, length

---------

Co-authored-by: DokterKaj <[email protected]>
  • Loading branch information
DokterKaj and DokterKaj authored Oct 6, 2024
1 parent 1838fda commit b99412b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
Binary file modified static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:root,
.dark {
/* Default & fallback theme (dark) */
--accent: aqua;
--accent: red;
--green: #5cff85;
--text: white;
--foreground: #222;
Expand All @@ -62,7 +62,7 @@
/* Browser-defined light theme */
@media (prefers-color-scheme: light) {
:root {
--accent: #009a9a;
--accent: #9a0000;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
Expand Down
2 changes: 1 addition & 1 deletion static/themes/black.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Black theme setting */
.black {
--accent: #009a9a;
--accent: #9a0000;
--green: #00a229;
--text: white;
--foreground: #0f0f0f;
Expand Down
2 changes: 1 addition & 1 deletion static/themes/dark.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Dark theme setting */
.dark{
--accent: aqua;
--accent: red;
--green: #5cff85;
--text: white;
--foreground: #222;
Expand Down
2 changes: 1 addition & 1 deletion static/themes/light.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Light theme setting */
.light {
--accent: #009a9a;
--accent: #9a0000;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
Expand Down

0 comments on commit b99412b

Please sign in to comment.