diff --git a/themes/yoshi/templates/base.html b/themes/yoshi/templates/base.html index ed84b74..7499124 100644 --- a/themes/yoshi/templates/base.html +++ b/themes/yoshi/templates/base.html @@ -62,6 +62,10 @@ padding-bottom: 1em; padding-inline-start: 2em; } + + hr { + border-color: rgba(180, 64, 134, 1.0); + }