From 407572b5f49d89baad3dd0ef3d50b89a3b1ae451 Mon Sep 17 00:00:00 2001 From: pux Date: Sat, 7 Jan 2023 10:58:18 +0100 Subject: initial commit, skel index.html and the md convert script - also using old backpack notes from pub-docs/ to have an entry --- data/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/style.css (limited to 'data/style.css') diff --git a/data/style.css b/data/style.css new file mode 100644 index 0000000..4a5093d --- /dev/null +++ b/data/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