changed font weight

This commit is contained in:
2026-06-04 17:54:47 +02:00
parent ff9d226c9e
commit da6216e92b
3 changed files with 2 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

+1 -1
View File
@@ -83,7 +83,7 @@
--bs-body-font-size: 0.875rem; --bs-body-font-size: 0.875rem;
--bs-body-font-weight: 400; --bs-body-font-weight: 400;
--bs-body-line-height: 1.5; --bs-body-line-height: 1.5;
--bs-body-color: #768b9e; --bs-body-color: #232324;
--bs-body-color-rgb: 118, 139, 158; --bs-body-color-rgb: 118, 139, 158;
--bs-body-bg: #fff; --bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255; --bs-body-bg-rgb: 255, 255, 255;
+1 -3
View File
@@ -28,9 +28,7 @@
<div class="mb-3"> <div class="mb-3">
<label class="form-label required-field" for="topic_quote">Citation</label> <label class="form-label required-field" for="topic_quote">Citation</label>
<textarea class="form-control monospace-font" id="topic_quote" name="topic_quote" required rows="10" cols="35"> <textarea class="form-control monospace-font" id="topic_quote" name="topic_quote" required rows="10" cols="35">{{ entry.topic_quote }}</textarea>
{{ entry.topic_quote }}
</textarea>
</div> </div>
<div class="mb-3"> <div class="mb-3">