diff options
author | Volpeon <git@volpeon.ink> | 2022-06-10 21:22:40 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-10 21:22:40 +0200 |
commit | 557933ef2011a30dbf951be6074dde9834d1824b (patch) | |
tree | 98793b155c5280b396b29ff755fd3d59fa9538f2 /src | |
parent | Added code and blockquote styles, better headings, various other updates (diff) | |
download | iro-design-557933ef2011a30dbf951be6074dde9834d1824b.tar.gz iro-design-557933ef2011a30dbf951be6074dde9834d1824b.tar.bz2 iro-design-557933ef2011a30dbf951be6074dde9834d1824b.zip |
Update
Diffstat (limited to 'src')
-rw-r--r-- | src/_base.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_base.scss b/src/_base.scss index f861f5e..365a46e 100644 --- a/src/_base.scss +++ b/src/_base.scss | |||
@@ -138,3 +138,10 @@ img { | |||
138 | background: fn.color(--selection --bg-img); | 138 | background: fn.color(--selection --bg-img); |
139 | } | 139 | } |
140 | } | 140 | } |
141 | |||
142 | hr { | ||
143 | height: fn.dim(--border --thin); | ||
144 | margin: fn.dim(--paragraph --margin-top) 0; | ||
145 | border: 0; | ||
146 | background-color: fn.color(--obj-hi); | ||
147 | } | ||