diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/css/default.css | 6 | ||||
-rw-r--r-- | theme/scss/default.scss | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 1d7ed72..63c3cf7 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -295,7 +295,7 @@ slides > slide.dark { | |||
295 | /* line 171, ../scss/default.scss */ | 295 | /* line 171, ../scss/default.scss */ |
296 | slides > slide:not(.nobackground):before { | 296 | slides > slide:not(.nobackground):before { |
297 | font-size: 12pt; | 297 | font-size: 12pt; |
298 | content: "#io12"; | 298 | content: "#yourhashtag"; |
299 | position: absolute; | 299 | position: absolute; |
300 | bottom: 20px; | 300 | bottom: 20px; |
301 | left: 60px; | 301 | left: 60px; |
@@ -527,7 +527,7 @@ ul ul { | |||
527 | 527 | ||
528 | /* line 373, ../scss/default.scss */ | 528 | /* line 373, ../scss/default.scss */ |
529 | pre { | 529 | pre { |
530 | font-family: 'Inconsolata', 'Courier New', monospace; | 530 | font-family: 'Source Code Pro', 'Courier New', monospace; |
531 | font-size: 20px; | 531 | font-size: 20px; |
532 | line-height: 28px; | 532 | line-height: 28px; |
533 | padding: 10px 0 10px 60px; | 533 | padding: 10px 0 10px 60px; |
@@ -563,7 +563,7 @@ pre[data-lang="go"] { | |||
563 | /* line 404, ../scss/default.scss */ | 563 | /* line 404, ../scss/default.scss */ |
564 | code { | 564 | code { |
565 | font-size: 95%; | 565 | font-size: 95%; |
566 | font-family: 'Inconsolata', 'Courier New', monospace; | 566 | font-family: 'Source Code Pro', 'Courier New', monospace; |
567 | color: black; | 567 | color: black; |
568 | } | 568 | } |
569 | 569 | ||
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 | ||
373 | pre { | 373 | pre { |
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 | ||
404 | code { | 404 | code { |
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 | ||