diff --git a/index.html b/index.html
index 78f5721..e3db346 100644
--- a/index.html
+++ b/index.html
@@ -80,7 +80,7 @@
Voir
-
powered by gitea
+
powered by gitea
@@ -97,7 +97,7 @@
Coming Soon
-
powered by freshRSS
+
powered by freshRSS
@@ -122,7 +122,7 @@
Voir
-
powered by wordpress
+
powered by wordpress
@@ -139,7 +139,7 @@
Voir
-
powered by pluXML
+
powered by pluXML
diff --git a/scss/_typography.scss b/scss/_typography.scss
index 23adb86..0ac0934 100644
--- a/scss/_typography.scss
+++ b/scss/_typography.scss
@@ -259,6 +259,16 @@ mark {
display: block;
}
+.powered-text {
+ text-align: center;
+ font-weight: 300;
+ font-size: 85%;
+ opacity: 80%;
+ color: $color-grey;
+ margin-top:0.66em;
+ font-style:italic;
+}
+
/* 2.6.1 - Colored texts */
@mixin text-color($text-color) {
diff --git a/style.css b/style.css
index 6a1ec73..08d6059 100644
--- a/style.css
+++ b/style.css
@@ -460,6 +460,15 @@ mark {
width: 100%;
display: block; }
+.powered-text {
+ text-align: center;
+ font-weight: 300;
+ font-size: 85%;
+ opacity: 80%;
+ color: #77767b;
+ margin-top: 0.66em;
+ font-style: italic; }
+
/* 2.6.1 - Colored texts */
.text-blue {
color: #4e63c9; }