diff options
| author | Bobby <[email protected]> | 2022-09-25 00:56:00 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-25 00:56:00 -0400 |
| commit | 3f2fc550a7baf7bbd8d9045d4f2e1bcf41a209ff (patch) | |
| tree | f016d6721144eb6a6de31d7ac5747393dea5e8b6 /templates/blog_admin | |
| parent | 46e0c0c700f3fc700952cbc9dad2f7e04719456b (diff) | |
| download | thatcomputerscientist-3f2fc550a7baf7bbd8d9045d4f2e1bcf41a209ff.tar.xz thatcomputerscientist-3f2fc550a7baf7bbd8d9045d4f2e1bcf41a209ff.zip | |
Major visual overhaul
Diffstat (limited to 'templates/blog_admin')
| -rw-r--r-- | templates/blog_admin/edit_post.html | 2 | ||||
| -rw-r--r-- | templates/blog_admin/new_post.html | 2 |
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" /> |
