dashboard.html: improve readability in panes

This commit is contained in:
Adhityaa Chandrasekar 2019-01-30 22:44:36 -05:00
parent f846935a2a
commit 28fe1aaa89
2 changed files with 8 additions and 2 deletions

View File

@ -96,9 +96,15 @@
<pre><code id="code-div" class="html"></code></pre>
<div class="text">
<div class="import-text">
And that's it. All your settings, themes, and comments would be automagically loaded. Commento is mobile-responsive too, as it simply fills the container it is put in.
</div>
<br>
<div class="import-text">
Read the Commento documentation <a href="https://docs.commento.io/configuration/">on configuration</a>.
</div>
</div>
</div>
</div>

View File

@ -376,7 +376,7 @@ body {
.import-text {
font-size: 15px;
color: $gray-6;
color: $gray-7;
line-height: 25px;
a {