feat: update logos and accents (#280)

* feat: update logos, accents

* fix apple-touch-icon.png size

* remove width, length

---------

Co-authored-by: DokterKaj <dokterkaj@gmail.com>
This commit is contained in:
DokterKaj 2024-10-07 03:19:37 +08:00 committed by GitHub
parent 1838fdaea4
commit b99412b4a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 6 deletions

View file

@ -41,7 +41,7 @@
:root,
.dark {
/* Default & fallback theme (dark) */
--accent: aqua;
--accent: red;
--green: #5cff85;
--text: white;
--foreground: #222;
@ -62,7 +62,7 @@
/* Browser-defined light theme */
@media (prefers-color-scheme: light) {
:root {
--accent: #009a9a;
--accent: #9a0000;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;