From 26c7db12364e8eba08e2f8e85bb534ed735a0be8 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 13 Jun 2024 14:57:38 -0400 Subject: Major overhaul and cleanups --- _sass/minima/custom-styles.scss | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 _sass/minima/custom-styles.scss (limited to '_sass/minima/custom-styles.scss') 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 -- cgit v1.2.3-54-g00ecf