css: change hr tag content

master
urosm 2024-08-13 16:31:42 +02:00
parent e98ef23e8c
commit 97b561fad1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ hr {
}
hr::after {
content: "---";
content: "***";
color: var(--md-formatting-color);
}