diff options
author | sptaule <lecas83@gmail.com> | 2022-02-01 17:23:44 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-02-01 17:23:44 +0100 |
commit | c7c683260313a93e9cd58742b4bb8fae2ff9c0ed (patch) | |
tree | 50c0dc0fbed696c7e8e0d9501c5ac25867aea4a6 | |
parent | c2acea04d721d97d8b093f61905d136769a5a7de (diff) | |
download | garagehq.deuxfleurs.fr-c7c683260313a93e9cd58742b4bb8fae2ff9c0ed.tar.gz garagehq.deuxfleurs.fr-c7c683260313a93e9cd58742b4bb8fae2ff9c0ed.zip |
Style for <hr> element on blog posts
-rwxr-xr-x | src/input.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/input.css b/src/input.css index f842bc1..55763b2 100755 --- a/src/input.css +++ b/src/input.css @@ -253,6 +253,14 @@ p > code, p > strong > code, li > code, li > strong > code { margin: 2rem 0; } + #blogpost-section .page-content hr { + width: 10px; + height: 10px; + border-radius: 50%; + background: #FF9329; + margin: 35px auto; + } + #blogpost-section .page-content ul li { padding-left: 0.95rem; } |