Co-authored-by: rubyowo <perhaps-you-know@what-is.ml> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: winston <hey@winston.sh> Co-authored-by: Carsten Kragelund <carsten@kragelund.me> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: Alaina <68250402+alaidriel@users.noreply.github.com> Co-authored-by: jolheiser <john.olheiser@gmail.com>
19 lines
510 B
CSS
19 lines
510 B
CSS
.light {
|
|
|
|
--accent: #7287fD; /* lavender */
|
|
--green: #40A02B; /* green */
|
|
--text: #4C4F69; /* text */
|
|
--foreground: #DCE0E8; /* crust */
|
|
--background: #EFF1F5; /* base */
|
|
--outside: #DCE0E8; /* crust */
|
|
--post: #DCE0E8; /* crust */
|
|
--panel-border: none;
|
|
--highlighted:#CCD0DA; /* surface0 */
|
|
--visited: #9CA0B0; /* overlay0 */
|
|
--shadow: 0 0 0 transparent;
|
|
|
|
--nsfw: #FE640B; /* peach */
|
|
--admin: #E64553; /* maroon */
|
|
|
|
}
|