blog/static/blog.css
Awiteb b913233503
remove: Remove profile image css
Signed-off-by: Awiteb <a@4rs.nl>
2024-09-16 17:33:43 +00:00

61 lines
775 B
CSS

@font-face {
font-family: "pfdintextuniversal-regular-1";
src: url(fonts/Vazirmatn-Regular.ttf) format("truetype");
}
* {
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;
}
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;
}
}