changed font weight
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
+1
-1
@@ -83,7 +83,7 @@
|
||||
--bs-body-font-size: 0.875rem;
|
||||
--bs-body-font-weight: 400;
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #768b9e;
|
||||
--bs-body-color: #232324;
|
||||
--bs-body-color-rgb: 118, 139, 158;
|
||||
--bs-body-bg: #fff;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
|
||||
@@ -28,9 +28,7 @@
|
||||
|
||||
<div class="mb-3">
|
||||
<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">
|
||||
{{ entry.topic_quote }}
|
||||
</textarea>
|
||||
<textarea class="form-control monospace-font" id="topic_quote" name="topic_quote" required rows="10" cols="35">{{ entry.topic_quote }}</textarea>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
|
||||
Reference in New Issue
Block a user