From 13ab526a3731b02df4bebd41eb71561f21662937 Mon Sep 17 00:00:00 2001 From: pux Date: Fri, 20 Aug 2021 12:31:53 +0200 Subject: add md2html stuff, temporary, should not be IN a project repos --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..4a5093d --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +* { + color: white; + /*font-family: Courier New, Courier, monospace;*/ + font-family: Arial; + background-color: transparent; +} +html { background-color: #16161d; } +a:link {color: dodgerblue} +a:visited {color: dodgerblue} +a:hover {color: dodgerblue} +a:active {color: dodgerblue} +img {padding: 20px} +code {background-color: #555555; font-family: Courier New; font-size: smaller; background-clip: padding-box; border: 0px solid; display: inline-block; margin: 0px;} -- cgit v1.2.2-1-g5e49