aboutsummaryrefslogtreecommitdiff
path: root/sass/css/yaroslavps.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/css/yaroslavps.scss')
-rw-r--r--sass/css/yaroslavps.scss16
1 files changed, 7 insertions, 9 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index 52a9064..5b56d1d 100644
--- a/sass/css/yaroslavps.scss
+++ b/sass/css/yaroslavps.scss
@@ -1,6 +1,11 @@
@import "colors";
@import "fonts";
-@import "newyear";
+
+.holiday-greetings {
+ display: none;
+}
+
+// @import "holidays";
* {
box-sizing: border-box;
@@ -13,7 +18,6 @@ html, body {
min-height: 100vh;
font-size: 14px;
background-color: $bg0;
- background-image: url("/img/snowfall.gif");
}
ul,
@@ -33,7 +37,7 @@ p {
line-height: 1.4;
font-family: $font_mono;
}
-.new-year,
+
h1 {
color: $red;
font-family: $font_serif;
@@ -200,12 +204,6 @@ span.publish-date {
min-height: 90vh;
}
-.new-year {
- text-align: center;
- color: $green;
- font-size: 2em;
-}
-
.album-container {
padding: 1em 2em;
}