aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css29
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 {