The branch master has been updated via f9256cd07bd1f33a8359540133e03d7c37afdd42 (commit) from 497e8bf4a455aa2adc495777e49ad32e133a7d34 (commit)
- Log ----------------------------------------------------------------- commit f9256cd07bd1f33a8359540133e03d7c37afdd42 Author: Dr. Matthias St. Pierre <matthias.st.pie...@ncp-e.com> Date: Fri Mar 15 01:25:06 2019 +0100 OpenSSL300Design: lighten watermark The strong DRAFT watermark is very distracting while reading and makes the eyes loose the current reading position while scrolling. Reviewed-by: Tim Hudson <t...@openssl.org> Reviewed-by: Richard Levitte <levi...@openssl.org> (Merged from https://github.com/openssl/web/pull/127) ----------------------------------------------------------------------- Summary of changes: bin/md-to-html5.tmpl.html5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/md-to-html5.tmpl.html5 b/bin/md-to-html5.tmpl.html5 index d784305..b1c597f 100644 --- a/bin/md-to-html5.tmpl.html5 +++ b/bin/md-to-html5.tmpl.html5 @@ -8,7 +8,7 @@ $endfor$ <style type="text/css"> .state { position: fixed; - color: rgba(0,0,0,0.1); + color: rgba(0,0,0,0.025); font-family: sans-serif; font-size: 25vh; transform-origin: right top;