Skip to content

Commit

Permalink
Change inline code style to solarized.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemyl committed Nov 17, 2018
1 parent 8c7c70b commit de111c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ icon-192p: "/img/web-app/me-192p.png"

enable-gesture-navigation: False

post-preview-words: 80
post-preview-words: 40

paginate: 5

Expand Down
1 change: 1 addition & 0 deletions _posts/2018-01-30-unix-pass.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ And then push our password-store to the remote:

<pre><code class="shell"><span class="noselect">$ </span>pass git push origin master </code></pre>


Now all we have to do is import our private key (using the .asc file that we have exported) into our other device and
clone the repo to start using pass and have our passwords synced!

Expand Down
8 changes: 7 additions & 1 deletion css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ a {
text-align: center;
li {
a {
font-weight: bold;
//font-weight: bold;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
Expand Down Expand Up @@ -524,4 +524,10 @@ body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

.highlighter-rouge {
background: inherit;
color: inherit;
font: 0.85em Monaco, Courier, Monospace;
}

0 comments on commit de111c3

Please sign in to comment.