aboutsummaryrefslogtreecommitdiff
path: root/theme/scss/default.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme/scss/default.scss')
-rw-r--r--theme/scss/default.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/scss/default.scss b/theme/scss/default.scss
index de42a11..8bc1d3b 100644
--- a/theme/scss/default.scss
+++ b/theme/scss/default.scss
@@ -2,7 +2,7 @@
2@import "compass/css3/columns"; 2@import "compass/css3/columns";
3@import "compass/css3/user-interface"; 3@import "compass/css3/user-interface";
4 4
5$social-tags: '#io12'; 5$social-tags: '#yourhashtag';
6$brand-small-icon-size: 30px; 6$brand-small-icon-size: 30px;
7 7
8$gray-1: #e6e6e6; 8$gray-1: #e6e6e6;
@@ -371,7 +371,7 @@ ul {
371} 371}
372 372
373pre { 373pre {
374 font-family: 'Inconsolata', 'Courier New', monospace; 374 font-family: 'Source Code Pro', 'Courier New', monospace;
375 font-size: 20px; 375 font-size: 20px;
376 line-height: 28px; 376 line-height: 28px;
377 padding: 10px 0 10px $slide-left-right-padding; 377 padding: 10px 0 10px $slide-left-right-padding;
@@ -403,7 +403,7 @@ pre[data-lang="go"] {
403 403
404code { 404code {
405 font-size: 95%; 405 font-size: 95%;
406 font-family: 'Inconsolata', 'Courier New', monospace; 406 font-family: 'Source Code Pro', 'Courier New', monospace;
407 color: black; 407 color: black;
408} 408}
409 409