aboutsummaryrefslogtreecommitdiff
path: root/_sass/minima/custom-styles.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/minima/custom-styles.scss')
-rw-r--r--_sass/minima/custom-styles.scss33
1 files changed, 0 insertions, 33 deletions
diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss
deleted file mode 100644
index 96a5cdb..0000000
--- a/_sass/minima/custom-styles.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-// 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;
-} \ No newline at end of file