]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Stylesheet tweak for hr
authorAidan Cornelius-Bell <[email protected]>
Tue, 17 Sep 2024 02:45:49 +0000 (12:15 +0930)
committerAidan Cornelius-Bell <[email protected]>
Tue, 17 Sep 2024 02:45:49 +0000 (12:15 +0930)
app/assets/stylesheets/application.css

index 4501f737d0c32b11de722763285a941ba2fb8713..8f54f65982b0077b704c29ee3f2548f586499519 100644 (file)
@@ -238,6 +238,12 @@ button, input[type="submit"], input[type="reset"] {
   color: inherit;
 }
 
+hr {
+  border-top: 1px solid var(--accent-a);
+  height: 1px;
+  color: var(--accent-a);
+}
+
 footer {
  margin-top: 3rem;
  border-top: 1px solid var(--accent-a);