mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
commit
bc1de6209b
@ -41,4 +41,4 @@ for your code snippets, and then finish your code block with three more back tic
|
||||
```
|
||||
|
||||
This is a nice, lightweight way to add a highlighted code snippet. For features like titles and links you'll want to look
|
||||
at the [codeblock](/docs/plugins/code-block/) or [include_code](/docs/plugins/include-code/) liquid tags.
|
||||
at the [codeblock](/docs/plugins/codeblock/) or [include_code](/docs/plugins/include-code/) liquid tags.
|
||||
|
2
source/docs/theme/styles/_colors.markdown
vendored
2
source/docs/theme/styles/_colors.markdown
vendored
@ -22,7 +22,7 @@ $sidebar-link-color: saturate(#526f9a, 10);
|
||||
$sidebar-link-color-hover: darken(#7ab662, 9);
|
||||
{% endcodeblock %}
|
||||
|
||||
The custom colors file has some commented out colors you can The theme file is broken up into sections to make it easier to read through. Here's a look at the navigation section of `sass/base/_theme.scss`.
|
||||
The custom colors file has some commented out colors you can use. The theme file is broken up into sections to make it easier to read through. Here's a look at the navigation section of `sass/base/_theme.scss`.
|
||||
|
||||
{% codeblock Navigation (sass/base/_theme.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss View on Github %}
|
||||
/* Navigation */
|
||||
|
Loading…
Reference in New Issue
Block a user