My personal blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
785 B

// Customize the colors of Octoflat Here
11 years ago
/* Remove this line for the light theme / for custom colors
11 years ago
$primary-color: #e69411; // Jumbotron, Horizontal Rules, Headings
$secondary-color: #1dbbd6; // Tags, Links, Main Heading, Quote Border
$tertiary-color: #C0392B; // Hover-over color, Active Page color
$accent-color1: #23defe; // Hover-over background color for tags
$accent-color2: #34495E; // Sub-headings, Date Stamp
$accent-color3: #ffffff; // Navbar Text, Tag text
$bg-color: #ffffff; // Background
$navbar-color: #1ec2de; // Navbar
$code-bg-color: #2C3E50; // Code background
$quote-color: #E74C3C; // Quote Color
$text-color: #5a5e5f; // Body Text
$footer-color: #7F8C8D; // Footer
11 years ago
And remove this line */