From 5d9882a2d613be98eb3fe0344a051ef6e7c4539f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 11 Jun 2022 04:45:44 +0200 Subject: Added dark and light version of alert icon --- template/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index 126c7b3..0aae48b 100755 --- a/template/style.css +++ b/template/style.css @@ -107,7 +107,7 @@ blockquote { blockquote:before { content: ' '; - background-image: url('/assets/general/alert.svg'); + background-image: url('/assets/general/alert-light.svg'); background-size: 30px 30px; height: 30px; width: 30px; @@ -415,4 +415,8 @@ audio { code { color: #222 !important; } + + blockquote:before { + background-image: url('/assets/general/alert-dark.svg'); + } } -- cgit v1.2.3