WIP Branch completed: Overhaul of site logic, removed comments, repositories

This commit is contained in:
2022-03-09 04:20:27 +00:00
parent cd7a34be0c
commit 860115cbcc
40 changed files with 730 additions and 564 deletions

View File

@@ -164,13 +164,9 @@ a:hover:after {
content: "' ";
}
.comment {
margin-top: 3px;
margin-bottom: 3px;
border: 2px solid #454545;
}
.comment-body {
background-color: rgba(222, 222, 222, 0.5);
word-wrap: break-word;
@media (prefers-color-scheme: dark) {
body {
color: #fafafa;
background-color: #242124;
}
}