diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 01:27:13 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 01:27:13 +0300 |
commit | f598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 (patch) | |
tree | 1bebfbb0a698414226f3ed8fa7d95bff483b6cc2 /assets/css | |
parent | fce58592a929037c3ea7cfea95c25a189594b6c3 (diff) |
Auto-commit 2024-12-20
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.css | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index c316a3d..4b0a286 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -70,7 +70,7 @@ color: #efefef !important; } -@font-face { +/* @font-face { font-family: 'Lobster'; font-style: normal; font-weight: normal; @@ -81,7 +81,7 @@ url('/fonts/Lobster-Cyrillic-Regular.ttf') format('ttf'), url('/fonts/Lobster-Cyrillic-Regular.otf') format('otf') ; -} +} */ @font-face { font-family: 'Open Sans'; src: local('Open Sans Light'), @@ -193,32 +193,21 @@ } .navbar-brand { - font-family: 'Lobster', serif; - font-size: 1.8em; - text-shadow: 0px 0px 3px #fff; - transform: skewY(-2deg) translate(-1rem,0); - transform-origin: top; + font-family: 'Open Sans', sans-serif; + font-size: 1.5em; + text-shadow:0 0.5rem 0.5rem rgba(255, 255, 255, 0.5); font-weight: bold; - text-rendering: geometricPrecision; - -webkit-text-stroke:2px #fff; - -webkit-text-fill-color:transparent; } h1.post-title { - font-family: 'Lobster', serif; - color: #36587c; - text-shadow: 0px 0px 5px #36587c; + font-family: 'Open Sans', sans-serif; + color: #000; + text-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5); margin-bottom: 1.5rem; - transform: skewY(-2deg) translate(-1rem,0rem); - transform-origin: top; font-weight: bold; - text-rendering: geometricPrecision; - - -webkit-text-stroke:2px #36587c; - -webkit-text-fill-color:#fff; } h1.post-title a { - color: #36587c; + color: #000; } .sidebar { |