blog/static/blog.css

62 lines
775 B
CSS
Raw Permalink Normal View History

2024-02-17 20:58:54 +01:00
@font-face {
font-family: "pfdintextuniversal-regular-1";
2024-05-15 16:15:37 +02:00
src: url(fonts/Vazirmatn-Regular.ttf) format("truetype");
2024-02-17 20:58:54 +01:00
}
* {
font-family: "pfdintextuniversal-regular-1" !important;
}
body,
html {
background: #0f1315 !important;
}
::selection {
background: #16222d !important;
color: #e0e0e0 !important;
}
p {
code {
background: #1a2127 !important;
color: #488bc9;
}
line-height: 1.6rem;
2024-02-17 20:58:54 +01:00
}
pre {
background: #121920 !important;
}
h2,
h3,
h4,
h5,
h6 {
color: #bbb7b7;
}
p {
color: #d3d3d3;
}
a {
color: #436b8c;
}
a:hover {
color: #325069;
background-color: #0f1315;
}
.bloglist-title {
a {
color: #ffffff !important;
}
a:hover {
color: #b8b7b7 !important;
}
}