From 2023c036df64d0c948d9ee476f23347ce47fe192 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 21 Jul 2019 02:30:27 +0200 Subject: [PATCH] use rgba hex --- static/css/theme.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index e24a259..27e7b12 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -52,12 +52,12 @@ header time { } hr { - border: 1px solid rgba(148,148,148,0.3); + border: 1px solid #9494944d; margin: 2em 0; } blockquote { - background: rgba(148,148,148,0.06); + background: #9494940f; border-left: 4px solid #68f; padding: 1px 1.5em; } @@ -71,25 +71,25 @@ img { table { border-spacing: 1px; - box-shadow: 0px 0px 0px 1px rgba(148,148,148,0.16) inset; + box-shadow: 0px 0px 0px 1px #94949429 inset; } tr:hover, tr:nth-child(even) td { - background: rgba(148,148,148,0.06); + background: #9494940f; } th { - background: rgba(148,148,148,0.1); + background: #9494941a; text-align: inherit; } th, td { - box-shadow: 0px 0px 0px 1px rgba(148,148,148,0.16); + box-shadow: 0px 0px 0px 1px #94949429; padding: .5em 1em; } pre { - background: rgba(148,148,148,0.08); + background: #94949414; border-radius: 2px; font-size: .8em; margin: 1.5em 0; @@ -98,7 +98,7 @@ pre { } p code { - background: rgba(148,148,148,0.15); + background: #94949426; opacity: .75; border-radius: 2px; font-size: .9em; @@ -124,11 +124,11 @@ body > header, article, body > footer { } article, body > footer { - border-top: 1px solid rgba(148,148,148,0.12); + border-top: 1px solid #9494941f; } body > header.bright { - box-shadow: 0 0 1em rgba(40, 40, 40, .05); + box-shadow: 0 0 1em #3c3c3c0f; } body > header.dark {