general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-19 12:29:05 +03:00
parent 9e307b7da4
commit 7cea387f02
27 changed files with 94 additions and 535 deletions

View File

@ -8,7 +8,11 @@
#article-body {
line-height: 1.75;
color: #171717;
color: #eee;
}
#article-title {
color: #eee;
}
#article-subtitle {
@ -22,39 +26,19 @@
border-radius: 5px;
object-fit: contain;
object-position: center;
background-color: #f7f7f7;
border: 1px solid #e4e4e4;
}
#metadata,
#article-subtitle,
#article-date {
color: #333;
}
#article-authors {
color: #1e1e1e;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.dark #article-image {
background-color: #151515;
border: 1px solid #2f2f2f;
}
.dark #metadata,
.dark #article-subtitle,
.dark #article-date,
.dark #article-authors {
#metadata,
#article-subtitle,
#article-date,
#article-authors {
color: #ccc;
}
.dark #article-title {
color: #eee;
}
.dark #article-body {
color: #eee;
#article-authors {
display: flex;
flex-direction: column;
gap: 0.5rem;
}