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:
parent
9a02125740
commit
4efae94a63
25
source/stylesheets/_casper_override.css.scss
Normal file
25
source/stylesheets/_casper_override.css.scss
Normal 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;
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
@import 'vendor/casper';
|
||||
@import 'casper_override';
|
||||
@import 'syntax';
|
||||
@import 'icons';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user