dashboard.html: improve readability in panes
This commit is contained in:
parent
f846935a2a
commit
28fe1aaa89
@ -96,9 +96,15 @@
|
|||||||
|
|
||||||
<pre><code id="code-div" class="html"></code></pre>
|
<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.
|
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>
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<div class="import-text">
|
||||||
|
Read the Commento documentation <a href="https://docs.commento.io/configuration/">on configuration</a>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -376,7 +376,7 @@ body {
|
|||||||
|
|
||||||
.import-text {
|
.import-text {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: $gray-6;
|
color: $gray-7;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user