stagit

Fork of `stagit` for git.knutsen.co.
git clone git://git.knutsen.co/stagit
Log | Files | Refs | README | LICENSE

commit e19dc35227aef15b3aa35636e039e08bb7e1018a
parent 1a69eb5488643b791fe36b290f3e5dfecfa5a0d3
Author: Demonstrandum <moi@knutsen.co>
Date:   Thu,  6 Aug 2020 03:51:23 +0100

Underline h{1,2}

Diffstat:
Mstyle.css | 22+++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/style.css b/style.css @@ -53,7 +53,7 @@ article.markup { article.markup code { font-size: 0.9em; border: 1px solid #dbdbdb; - background-color: #f0f0f0; + background-color: #f7f7f7; padding: 0 0.3em; border-radius: 0.3em } @@ -61,23 +61,27 @@ article.markup code { article.markup pre code { border: none; background: none; - padding: 0; - border-radius: 0; + padding: 0; + border-radius: 0; } article.markup pre { - background-color: #f0f0f0; - padding: 0.2em 0.5em; - border: 1px solid #dbdbdb; - border-radius: 0.3em; + background-color: #f7f7f7; + padding: 1em; + border: 1px solid #dbdbdb; + border-radius: 0.3em; } article.markup h1 { - font-size: 2.4em; + font-size: 2.4em; + padding-bottom: 6px; + border-bottom: 5px solid #0000000a; } article.markup h2 { - font-size: 1.9em; + font-size: 1.9em; + padding-bottom: 5px; + border-bottom: 2px solid #00000014; } article.markup h3 {