Add nofilter option to prevent darkmode reduced brightness
This commit is contained in:
@@ -47,8 +47,16 @@
|
||||
<hr />
|
||||
<article>
|
||||
|
||||
{% if article.nofilter %}
|
||||
<div class="nofilter">
|
||||
{% endif %}
|
||||
|
||||
{{ article.content }}
|
||||
|
||||
{% if article.nofilter %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</article>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@@ -215,4 +215,8 @@
|
||||
.content img {
|
||||
filter: brightness(75%);
|
||||
}
|
||||
|
||||
.nofilter img {
|
||||
filter: initial !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user