Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-06 18:56:20 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-06 18:56:20 +0300
commit138c42ef97248dbc9b9ea12b49c30dc73b29d709 (patch)
tree9967d0e7ff89c5f1834f34c2b0286887a677e6c5 /static
parent66a36c9a7d15ce60ea2144977e5f1f3ed4ee641f (diff)
add smokescreen for img (svg)
Diffstat (limited to 'static')
-rw-r--r--static/css/adirondack.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/adirondack.css b/static/css/adirondack.css
index 0911af6..61d9064 100644
--- a/static/css/adirondack.css
+++ b/static/css/adirondack.css
@@ -163,7 +163,8 @@ blockquote {
padding: 1em 0;
font-weight: normal;
}
-.remark-slide-content.smokescreen>h1 {
+.remark-slide-content.smokescreen>h1,
+.remark-slide-content img[src~=smokescreen] {
background-color: rgba(0,0,0,.7);
}
.remark-slide-content.smokescreen>h1,