X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=style.css;h=bb20ae7c94b37e8741537945539c52183e373fea;hp=66b1fd23306c7e19211e71568c8298f81dad8e29;hb=937b2d1357e9e9d702519855bc78fe2cecc9b08e;hpb=90a85134ce69eb5470a8248ebe7bdadc588e5d1e diff --git a/style.css b/style.css index 66b1fd2..bb20ae7 100644 --- a/style.css +++ b/style.css @@ -41,6 +41,14 @@ a.line { overflow-x: scroll; } +article.markup { + border: 2px solid #00000017; + border-radius: 10px; + font-family: sans-serif; + padding: 1em 2.5em; + margin: 2em 0; +} + .linenos { margin-right: 0; border-right: 1px solid rgb(0 0 0 / 8%);