diff options
| author | Bobby <[email protected]> | 2024-12-15 14:28:53 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-15 14:28:53 -0500 |
| commit | 9f9025fe2f70ac500c01473a9659e2ecd1d11774 (patch) | |
| tree | d4e2092afdd26b892cd2ff0445bdfa0e9a4c6713 /static/css/shared/core.css | |
| parent | 05b5afe86134d4807acb8b06485a44e390822127 (diff) | |
| download | thatcomputerscientist-9f9025fe2f70ac500c01473a9659e2ecd1d11774.tar.xz thatcomputerscientist-9f9025fe2f70ac500c01473a9659e2ecd1d11774.zip | |
migrated the blog
Diffstat (limited to 'static/css/shared/core.css')
| -rw-r--r-- | static/css/shared/core.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; |
