Styling horizontal lines

This commit is contained in:
Zef Hemel
2022-08-29 16:48:52 +02:00
parent d70b91a6c4
commit de84466c4e
4 changed files with 10 additions and 0 deletions
+7
View File
@@ -132,6 +132,13 @@
color: blue;
}
.sb-hr {
background-color: #f5f5f5;
line-height: 0.9em;
display: block;
color: #8d8a8a;
}
.sb-naked-url {
color: #0330cb;
text-decoration: underline;