aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/title_text.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-11-03 17:38:02 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-11-03 17:38:02 +0100
commitbd3de24622a052eb8ffc9b211027e7e021bdf97f (patch)
tree3bbb0d08471ec7c1e04a35e809345d82344dfaff /crumbs/templates/components/title_text.html
parentd79a0e53ca2e5cf384017570d7f33a02f4e754cf (diff)
Simply article page styles, removing Inconsolata as a font requirement
Diffstat (limited to 'crumbs/templates/components/title_text.html')
-rw-r--r--crumbs/templates/components/title_text.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/crumbs/templates/components/title_text.html b/crumbs/templates/components/title_text.html
index e0fda8c..a77477c 100644
--- a/crumbs/templates/components/title_text.html
+++ b/crumbs/templates/components/title_text.html
@@ -3,9 +3,9 @@
<h1>
{% endif %}
<span id="t-color-red"><b># ~ </b></span>
- <span id="t-color-org">Fun</span>
- <span id="t-color-ylw">Memory</span>
- <span id="t-color-grn">Violations</span>
+ <span id="t-color-org">fun</span>
+ <span id="t-color-ylw">memory</span>
+ <span id="t-color-grn">violations</span>
<span class="cursor" id="cursor">&nbsp;▁</span>
{% if title_type == 'title' %}
</h1>