aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css6
1 files changed, 5 insertions, 1 deletions
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 {
107 107
108blockquote:before { 108blockquote:before {
109 content: ' '; 109 content: ' ';
110 background-image: url('/assets/general/alert.svg'); 110 background-image: url('/assets/general/alert-light.svg');
111 background-size: 30px 30px; 111 background-size: 30px 30px;
112 height: 30px; 112 height: 30px;
113 width: 30px; 113 width: 30px;
@@ -415,4 +415,8 @@ audio {
415 code { 415 code {
416 color: #222 !important; 416 color: #222 !important;
417 } 417 }
418
419 blockquote:before {
420 background-image: url('/assets/general/alert-dark.svg');
421 }
418} 422}