Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-27 22:23:02 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-27 22:23:02 +0300
commitf3d408f53edc5c71630fef6c02a2ac1bb58e8d65 (patch)
tree7aeae7d77ba7147f7f1449435bf25e7053954577
parent962d16d5cf3dd6499aa1ebf5a5ea0c812806deaf (diff)
add CSS styles for hr elements
-rw-r--r--assets/css/base.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/base.css b/assets/css/base.css
index 865e832..026dda9 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -32,6 +32,13 @@ h4 {
font-size: var(--h4);
}
+hr {
+ background-color: var(--separator);
+ border: none;
+ height: 5px;
+ width: 50%;
+}
+
label {
display: none;
visibility: hidden;