blog/static/blog.css
Awiteb 7eea4e9e2d
chore: Change blog title hover color
Signed-off-by: Awiteb <a@4rs.nl>
2024-09-02 21:01:04 +00:00

64 lines
820 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;
}
}
img#banner-home-img {
padding: 0.3rem;
}