aboutsummaryrefslogtreecommitdiff
path: root/sass/custom
diff options
context:
space:
mode:
Diffstat (limited to 'sass/custom')
-rw-r--r--sass/custom/_colors.scss43
-rw-r--r--sass/custom/_fonts.scss10
-rw-r--r--sass/custom/_layout.scss21
-rw-r--r--sass/custom/_styles.scss10
4 files changed, 0 insertions, 84 deletions
diff --git a/sass/custom/_colors.scss b/sass/custom/_colors.scss
deleted file mode 100644
index 515544fe..00000000
--- a/sass/custom/_colors.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-// Here you can easily change your sites's color scheme.
-// To give it a try, uncomment some of the lines below rebuild your blog, and see how it works.
-// If you need a handy color picker try http://hslpicker.com
-
-$header-bg: #263347;
-$subtitle-color: lighten($header-bg, 58);
-$nav-bg: desaturate(lighten(#8fc17a, 18), 5);
-$nav-bg-front: image-url('noise.png');
-$nav-bg-back: linear-gradient(lighten($nav-bg, 8), $nav-bg, darken($nav-bg, 11));
-$sidebar-bg: desaturate(#eceff5, 8);
-$sidebar-link-color: saturate(#526f9a, 10);
-$sidebar-link-color-hover: darken(#7ab662, 9);
-$footer-bg: #ccc !default;
-$footer-bg-front: image-url('noise.png');
-$footer-bg-back: linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11));
-
-
-/* To use the light Solarized highlighting theme uncomment the following line */
-$solarized: light;
-
-/* If you want to tweak the Solarized colors you can do that here */
-//$base03: #002b36; //darkest blue
-//$base02: #073642; //dark blue
-//$base01: #586e75; //darkest gray
-//$base00: #657b83; //dark gray
-//$base0: #839496; //medium gray
-//$base1: #93a1a1; //medium light gray
-//$base2: #eee8d5; //cream
-//$base3: #fdf6e3; //white
-//$solar-yellow: #b58900;
-//$solar-orange: #cb4b16;
-//$solar-red: #dc322f;
-//$solar-magenta: #d33682;
-//$solar-violet: #6c71c4;
-//$solar-blue: #268bd2;
-//$solar-cyan: #2aa198;
-//$solar-green: #859900;
-
-
-/* Non highlighted code colors */
-//$pre-bg: $base03;
-//$pre-border: darken($base02, 5);
-//$pre-color: $base1;
diff --git a/sass/custom/_fonts.scss b/sass/custom/_fonts.scss
deleted file mode 100644
index 162e3fa1..00000000
--- a/sass/custom/_fonts.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-// Here you can easily change font faces which are used in your site.
-// To give it a try, uncomment some of the lines below rebuild your blog, and see how it works. your sites's.
-// If you love to use Web Fonts, you also need to add some lines to source/_includes/custom/head.html
-
-$sans: "Source Sans Pro", sans-serif;
-$serif: "Source Sans Pro", sans-serif;
-$mono: "Source Code Pro", monospace;
-$heading-font-family: "Source Sans Pro", sans-serif;
-$header-title-font-family: "Source Sans Pro", sans-serif;
-$header-subtitle-font-family: "Source Sans Pro", sans-serif;
diff --git a/sass/custom/_layout.scss b/sass/custom/_layout.scss
deleted file mode 100644
index 74c7de9d..00000000
--- a/sass/custom/_layout.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-// Here you can easily change your sites's layout.
-// To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works.
-
-//$header-font-size: 1em;
-//$header-padding-top: 1.5em;
-//$header-padding-bottom: 1.5em;
-
-//$max-width: 1350px;
-//$indented-lists: true;
-
-// Padding used for layout margins
-//$pad-min: 18px;
-//$pad-narrow: 25px;
-//$pad-medium: 35px;
-//$pad-wide: 55px;
-
-// Sidebar widths used in media queries
-//$sidebar-width-medium: 240px;
-//$sidebar-pad-medium: 15px;
-//$sidebar-pad-wide: 20px;
-//$sidebar-width-wide: 300px;
diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss
deleted file mode 100644
index 2f23ecfd..00000000
--- a/sass/custom/_styles.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-// This File is imported last, and will override other styles in the cascade
-// Add styles here to make changes without digging in too much
-body {
- font-size: 1em;
-}
-
-article blockquote {
- font-size: 1em;
- color: #888888;
-}