Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2018-12-07 17:43:27 +0300
committerthingsym <thingsym@gmail.com>2018-12-07 17:43:27 +0300
commit2880a6e0e0f4ca299345d122ca597f27fb6e35de (patch)
treefb84c67aa8c0a41207de85c876088fe2ccf7f676 /src
parentcc81793c06bd047f95c30b10979fceb437a31c28 (diff)
fix: change the font color of powered by
Diffstat (limited to 'src')
-rw-r--r--src/scss/_project.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/_project.scss b/src/scss/_project.scss
index 6ab7eaf..57c1a93 100644
--- a/src/scss/_project.scss
+++ b/src/scss/_project.scss
@@ -175,4 +175,5 @@ footer {
.powered {
font-size: 80%;
text-align: right;
+ color: #999;
}