aboutsummaryrefslogtreecommitdiff
path: root/templates/blog_admin
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-25 00:56:00 -0400
committerBobby <[email protected]>2022-09-25 00:56:00 -0400
commit3f2fc550a7baf7bbd8d9045d4f2e1bcf41a209ff (patch)
treef016d6721144eb6a6de31d7ac5747393dea5e8b6 /templates/blog_admin
parent46e0c0c700f3fc700952cbc9dad2f7e04719456b (diff)
downloadthatcomputerscientist-3f2fc550a7baf7bbd8d9045d4f2e1bcf41a209ff.tar.xz
thatcomputerscientist-3f2fc550a7baf7bbd8d9045d4f2e1bcf41a209ff.zip
Major visual overhaul
Diffstat (limited to 'templates/blog_admin')
-rw-r--r--templates/blog_admin/edit_post.html2
-rw-r--r--templates/blog_admin/new_post.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog_admin/edit_post.html b/templates/blog_admin/edit_post.html
index c221917d..eafac305 100644
--- a/templates/blog_admin/edit_post.html
+++ b/templates/blog_admin/edit_post.html
@@ -73,7 +73,7 @@
{% load static %}
<button class="ql-formula-block">
<img
- style="height: 32px; position: relative; top: -6px; left: 4px"
+ style="height: 32px; position: relative; top: -6px; left: 4px; filter: invert(1)"
src="{% static 'images/icons/formula.png' %}"
alt="Block Formula"
/>
diff --git a/templates/blog_admin/new_post.html b/templates/blog_admin/new_post.html
index 807d9d9a..8b726c13 100644
--- a/templates/blog_admin/new_post.html
+++ b/templates/blog_admin/new_post.html
@@ -73,7 +73,7 @@
{% load static %}
<button class="ql-formula-block">
<img
- style="height: 32px; position: relative; top: -6px; left: 4px"
+ style="height: 32px; position: relative; top: -6px; left: 4px; filter: invert(1)"
src="{% static 'images/icons/formula.png' %}"
alt="Block Formula"
/>