b99412b4a1
* feat: update logos, accents * fix apple-touch-icon.png size * remove width, length --------- Co-authored-by: DokterKaj <dokterkaj@gmail.com>
14 lines
292 B
CSS
14 lines
292 B
CSS
/* Black theme setting */
|
|
.black {
|
|
--accent: #9a0000;
|
|
--green: #00a229;
|
|
--text: white;
|
|
--foreground: #0f0f0f;
|
|
--background: black;
|
|
--outside: black;
|
|
--post: black;
|
|
--panel-border: 2px solid #0f0f0f;
|
|
--highlighted: #0f0f0f;
|
|
--visited: #aaa;
|
|
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
} |