aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/sass/partials/_header.scss')
-rw-r--r--.themes/classic/sass/partials/_header.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/.themes/classic/sass/partials/_header.scss b/.themes/classic/sass/partials/_header.scss
new file mode 100644
index 00000000..8ae128b1
--- /dev/null
+++ b/.themes/classic/sass/partials/_header.scss
@@ -0,0 +1,18 @@
+body > header {
+ background: $header-bg;
+ h1 {
+ display: inline-block;
+ margin: 0;
+ a, a:visited {
+ color: $title_color;
+ text-decoration: none;
+ }
+ }
+ h2 {
+ margin: .2em 0 0;
+ @extend .sans;
+ font-size: 1em;
+ color: $subtitle-color;
+ font-weight: normal;
+ }
+}