// Placeholder to allow defining custom styles that override everything else. // (Use `_sass/minima/custom-variables.scss` to override variable defaults) .site-header { display: flex; align-content: center; justify-content: center; .wrapper { display: flex; width: 100%; align-items: center; .site-title { width: calc(100% - 38px); } } } a { &.prev { float: left; } &.next { float: right; } &.prev,&.next { margin-top: 10px; } } .footnotes { font-size: 90%; } ::selection, ::-webkit-selection { background: #b3d4fc !important; color: #000 !important; }