15 lines
421 B
CSS
15 lines
421 B
CSS
/* kitoy <kitoy__at__kitoy.me> */
|
|
|
|
:root
|
|
{
|
|
--color-background: #1e227b;
|
|
--color-title: #e9d43a;
|
|
--color-text: #fdfdfd;
|
|
--color-link: #e9d43a;
|
|
--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;
|
|
}
|
|
|
|
@import "/static/blog-default.css";
|
|
|