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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbi Nespu <robbinespu@gmail.com>2021-06-22 07:33:11 +0300
committerAthul Cyriac Ajay <athul8720@gmail.com>2021-06-26 18:34:43 +0300
commit24803354b55116c835990d2f33f62981000288db (patch)
treee432bcb63bc3cd8fa419fbb1d1eb2d3404ca1134
parentdd1612c482e9fd993efe41f2783bbabed9b1e4cc (diff)
Take patch from 9494f006f804585ac2ba8c435380e5b1e278c4d2
Check: https://github.com/RobbiNespu/archie/commit/9494f006f804585ac2ba8c435380e5b1e278c4d2
-rw-r--r--assets/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 8f57c21..17d44e3 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -155,6 +155,11 @@ h4::before { color: var(--maincolor); content: '#### '; }
h5::before { color: var(--maincolor); content: '##### '; }
h6::before { color: var(--maincolor); content: '###### '; }
+.meta {
+ color: #999;
+ letter-spacing: -0.5px;
+}
+
/* Footer */
footer {
margin-top: 1em;