From 28fe1aaa894817c98fdcee25711f10052050271a Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 30 Jan 2019 22:44:36 -0500 Subject: [PATCH] dashboard.html: improve readability in panes --- frontend/dashboard.html | 8 +++++++- frontend/sass/dashboard-main.scss | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/dashboard.html b/frontend/dashboard.html index 610fd01..c180fee 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -96,9 +96,15 @@
-
+
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.
+ +
+ +
+ Read the Commento documentation on configuration. +
diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss index 149aa29..2436cc4 100644 --- a/frontend/sass/dashboard-main.scss +++ b/frontend/sass/dashboard-main.scss @@ -376,7 +376,7 @@ body { .import-text { font-size: 15px; - color: $gray-6; + color: $gray-7; line-height: 25px; a {