diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/style.css | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/template/_meta.html b/template/_meta.html index 6310d49..23275a0 100755 --- a/template/_meta.html +++ b/template/_meta.html | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <meta name="theme-color" content="#ffffff"> | 6 | <meta name="theme-color" content="#ffffff"> |
| 7 | 7 | ||
| 8 | <link rel="stylesheet" href="/style.css?v=2022-05-27-00"> | 8 | <link rel="stylesheet" href="/style.css?v=2022-06-11-00"> |
| 9 | 9 | ||
| 10 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> | 10 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> |
| 11 | <link rel="alternate" type="application/feed+json" href="/feed.json"> | 11 | <link rel="alternate" type="application/feed+json" href="/feed.json"> |
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 | ||
| 108 | blockquote:before { | 108 | blockquote: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 | } |
