From 86020d6d97de6a4d412653dbd480dfe28579e227 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 29 Jun 2021 23:20:46 +0500 Subject: [PATCH] Dark mode transclusion --- static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/default.css b/static/default.css index 69d6fb7..1968603 100644 --- a/static/default.css +++ b/static/default.css @@ -299,6 +299,7 @@ article .codeblock, .upload-amnt, textarea, table { border: 0; background-color: #444444; color: #ddd; } +.transclusion_stand-out { background-color: rgba(68, 68, 68, 0.5); } .btn:visited { color: #ddd;} .btn { border: #444 solid 1px; border-radius: .25rem; }