From b13a5ee4004b3adc702374ed8ce0954df3cc35cc Mon Sep 17 00:00:00 2001 From: 0xhenrique Date: Wed, 19 Feb 2025 21:28:48 +0000 Subject: remove markdown in favour of org files --- themes/lugo/static/style.css | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 themes/lugo/static/style.css (limited to 'themes/lugo/static/style.css') diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css deleted file mode 100644 index d3b2088..0000000 --- a/themes/lugo/static/style.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - font-family: sans-serif ; - background: #110000 ; - color: #ccc ; -} - -main { - max-width: 800px ; - margin: auto ; -} - -img { - max-width: 100% ; -} - -header h1 { - text-align: center ; -} - -footer { - text-align: center ; - clear: both ; -} - -/* For TAGLIST.HTML */ -.taglist { - text-align: center ; - clear: both ; -} - -/* For NEXTPREV.HTML */ -#nextprev { - /* The container for both the previous and next articles. */ -} -#prevart { - float: left ; - text-align: left ; -} -#nextart { - float: right ; - text-align: right ; -} -#nextart,#prevart { - max-width: 33% ; -} -- cgit v1.3