This commit is contained in:
hexlocation 2025-06-10 16:27:45 +02:00
parent 989d693eb3
commit 3e4e64d82e
8 changed files with 21 additions and 36 deletions

View file

@ -67,9 +67,12 @@ bu {
word-wrap: break-word;
}
a {
text-decoration: none;
font-weight: 900;
color: var(--term-color);
}
#content a:hover {
color: #7efc64 !important;
}
#post-container {
text-align: center;
padding: 5px;