From ed42b02b42aeedab8426c01764ca10c42937f1b4 Mon Sep 17 00:00:00 2001 From: fatchan Date: Wed, 3 Apr 2019 09:23:23 +0000 Subject: [PATCH] use white font with border css hack Fixes #6 --- static/css/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 7ad2500f..bb916323 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -58,6 +58,12 @@ input, textarea { max-width: 100%; } +.user-id { + text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px; + color: white; + padding: 0px 2px; +} + .post-check { position: relative; top: 3px; @@ -68,7 +74,7 @@ input, textarea { .post-files { float: left; - margin: 3px 20px 0 0; + margin: 3px 20px 0 0; } .post-file { @@ -123,6 +129,11 @@ input textarea { max-width: 100%; } +.post-container:target { + outline: 1px dashed blue; + outline-offset: -1px; +} + .post-container.op { background: none; margin-left: 0;