mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
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:
parent
1838fdaea4
commit
b99412b4a1
8 changed files with 12 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue