aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/default/custom
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-22 12:29:23 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-22 12:29:23 -0400
commita2ab1d48021b225921eeeffe76a956633a7f99ac (patch)
tree97d3d0d0c574306eb1243e97f134a5556f15f242 /themes/classic/sass/default/custom
parentb9b9eb09c1b3e2fbb309adfe7ebbe236f6d5c9e4 (diff)
downloadmy_new_personal_website-a2ab1d48021b225921eeeffe76a956633a7f99ac.tar.xz
my_new_personal_website-a2ab1d48021b225921eeeffe76a956633a7f99ac.zip
1. Reordered configs in Rakefile based on importance.
2. Refactored stylesheets to simplify dreictory trees.
Diffstat (limited to 'themes/classic/sass/default/custom')
-rw-r--r--themes/classic/sass/default/custom/_colors.scss22
-rw-r--r--themes/classic/sass/default/custom/_styles.scss2
2 files changed, 0 insertions, 24 deletions
diff --git a/themes/classic/sass/default/custom/_colors.scss b/themes/classic/sass/default/custom/_colors.scss
deleted file mode 100644
index b6e541cc..00000000
--- a/themes/classic/sass/default/custom/_colors.scss
+++ /dev/null
@@ -1,22 +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.
-
-//$header-bg: #263347;
-//$subtitle-color: lighten($header-bg, 58);
-//$nav-bg: desaturate(lighten(#8fc17a, 18), 5);
-//$sidebar-bg: desaturate(#eceff5, 8);
-//$sidebar-link-color: saturate(#526f9a, 10);
-//$sidebar-link-color-hover: darken(#7ab662, 9);
-
-
-//To use the light Solarized highlighting theme uncomment this block
-/*
-$base03: $base3;
-$base02: $base2;
-$base01: $base1;
-$base00: $base0;
-$base0: $base00;
-$base1: $base01;
-$base2: $base02;
-$base3: $base03;
-*/
diff --git a/themes/classic/sass/default/custom/_styles.scss b/themes/classic/sass/default/custom/_styles.scss
deleted file mode 100644
index 91ffcccf..00000000
--- a/themes/classic/sass/default/custom/_styles.scss
+++ /dev/null
@@ -1,2 +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