summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorThomas Touhey <thomas@touhey.fr>2019-07-30 17:21:03 +0200
committerThomas Touhey <thomas@touhey.fr>2019-07-30 17:21:03 +0200
commit8aa0d75fd9702995676a7917851b26a7a90968f9 (patch)
tree3dc47f0782513f90c4ce77f0a48bbdcf3124dd9b /_layouts/default.html
parent9d42883ecdbc54a0d0e9a5612866b776f85f0c1f (diff)
Emphasized on the title th and color parts
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 8c45987..f737726 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -27,7 +27,7 @@
{% asset css/main.css %}
</head><body><div class="container">
-<div class="title">{% asset logo.png class="logo" %}<h1>thcolor</h1></div>
+<div class="title">{% asset logo.png class="logo" %}<h1>th<span class="title-gray">color</span></h1></div>
<p class="subtitle">a color management module for Python 3</p>
<div class="code"><pre class="code-content"><span class="green">$</span> <span class="navy">pip</span> <span class="orange">install</span> thcolor</pre></div>