From 9f9025fe2f70ac500c01473a9659e2ecd1d11774 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 15 Dec 2024 14:28:53 -0500 Subject: migrated the blog --- static/css/shared/core.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static/css/shared/core.css') diff --git a/static/css/shared/core.css b/static/css/shared/core.css index be48abf1..e2eafaaa 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -201,6 +201,19 @@ img { text-align: center; } +.visitor-text { + font-size: 16px; + margin: 12px 0px; +} + +.visitor-count-item { + padding: 4px; + border-radius: 4px; + font-size: 16px; + font-weight: bold; + background: linear-gradient(0deg, #8663e570 60%, #8663e595 60%); +} + /* Navigation Links */ .navigation-links { margin: 24px 0px; -- cgit v1.2.3