diff options
author | pux <pux@raumdock.pux.dom> | 2023-01-07 10:58:18 +0100 |
---|---|---|
committer | pux <pux@raumdock.pux.dom> | 2023-01-07 10:58:18 +0100 |
commit | 407572b5f49d89baad3dd0ef3d50b89a3b1ae451 (patch) | |
tree | e50c5eaa7c610949721a422cbd6b70b228955c1f /data/style.css | |
download | muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.tar.gz muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.tar.bz2 muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.zip |
initial commit, skel index.html and the md convert script
- also using old backpack notes from pub-docs/ to have an entry
Diffstat (limited to 'data/style.css')
-rw-r--r-- | data/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
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;} |