aboutsummaryrefslogtreecommitdiff
path: root/sass/css/_holidays.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/css/_holidays.scss')
-rw-r--r--sass/css/_holidays.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/sass/css/_holidays.scss b/sass/css/_holidays.scss
new file mode 100644
index 0000000..e94a080
--- /dev/null
+++ b/sass/css/_holidays.scss
@@ -0,0 +1,14 @@
+body {
+ background-image: url("/img/snowfall.gif");
+}
+
+.holiday-greetings {
+ display: block;
+ text-align: center;
+ color: $green;
+ font-family: $font_serif;
+ font-size: 2em;
+ font-variant-caps: small-caps;
+ font-weight: 500;
+}
+