1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 19:12:05 +00:00

Remove pointless animations from default style

This commit is contained in:
Holger Just 2015-12-05 23:49:20 +01:00
parent 9a02125740
commit 4efae94a63
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
// Override default caspar styles for our own blog
// Declutter navigation
.nav li:before,
.nav li a:after,
.nav li.nav-current a:after {
content: none;
}
// Disable pointless animations
.home-template .page-title,
.home-template .page-description {
-webkit-animation: none 0s;
animation: none 0s;
}
// Golden ratio for post header images
.post-head.main-header {
height: 61vh;
min-height: 180px;
}
.author-bio {
text-align: left;
}

View File

@ -1,4 +1,5 @@
@import 'vendor/casper';
@import 'casper_override';
@import 'syntax';
@import 'icons';