bolt text

This commit is contained in:
Flatlogic Bot 2026-01-22 19:53:46 +00:00
parent cb79e64ca1
commit d3b19befc0
5 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -28,7 +28,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="{% static 'css/custom.css' %}?v=1.2">
<link rel="stylesheet" href="{% static 'css/custom.css' %}?v=1.3">
{% block head %}{% endblock %}
</head>

View File

@ -34,7 +34,7 @@ h1, h2, h3, h4, h5, h6 {
}
.nav-link {
font-weight: 500;
font-weight: 600;
color: var(--text-color) !important;
margin: 0 10px;
}

View File

@ -34,7 +34,7 @@ h1, h2, h3, h4, h5, h6 {
}
.nav-link {
font-weight: 500;
font-weight: 600;
color: var(--text-color) !important;
margin: 0 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB