1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

style.css: add missing format spacing

This commit is contained in:
Zankaria 2025-01-04 21:57:52 +01:00
parent e31b8abe35
commit acfd99a4ac

View File

@ -929,9 +929,11 @@ pre {
display: inline-block; display: inline-block;
user-select: none; user-select: none;
} }
.poster_id:hover { .poster_id:hover {
color: #800000!important; color: #800000!important;
} }
.poster_id::before { .poster_id::before {
content: " ID: "; content: " ID: ";
} }