16 lines
424 B
CSS
16 lines
424 B
CSS
/* kitoy <kitoy__at__kitoy.me> */
|
|
|
|
@import "/static/blog-default.css";
|
|
:root
|
|
{
|
|
--color-background: #202020;
|
|
--color-title: #fdfdfd;
|
|
--color-text: #dddddd;
|
|
--color-link: #fdfdfd;
|
|
--font-emoji : "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
--font-basic : system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif;
|
|
}
|
|
|
|
|
|
|