refactor(core): update markdown styles

ref: #270 #271
This commit is contained in:
2024-09-12 17:09:39 +09:30
parent 3e684b117f
commit 2ab2b65fc2
4 changed files with 21 additions and 13 deletions

View File

@ -24,7 +24,7 @@
{% block body %}
<header>
<h1><a href="/" style="text-decoration: none; color: inherit;">{% settings_value "SITE_TITLE" %}</a></h1>
<h1 id="site-title"><a href="/" style="text-decoration: none; color: inherit;">{% settings_value "SITE_TITLE" %}</a></h1>
{%if user.is_authenticated %}
<div class="dropdown" style="right: 0px; position: fixed; padding-right: 50px;">
@ -91,7 +91,7 @@ section h2 span svg {
</style>
<section>
<h2>{% block title %}{{ content_title }}{% endblock %}
<h2 id="content_title">{% block title %}{{ content_title }}{% endblock %}
{% if model_delete_url %}
<span title="Delete Item" id="content_header_icon" class="icon-delete" onclick="window.location='{{ model_delete_url }}';">
{% include 'icons/delete.svg' %}