Skip to content

Commit

Permalink
feat(styles): avoid calculating code color
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 28, 2015
1 parent 60c3b32 commit 4273000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _app/assets/_less/user.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@link-color: #ff00b4;
@background-color: #fff;
@text-color: #000;
@code-color: darken(spin(@link-color, 200), 10%);
@code-color: #00cc80;

// amsf.github.io homepage logo
.amsf-logo {
Expand Down
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@link-color: #a212d1;
@background-color: #fff;
@text-color: #000;
@code-color: spin(@link-color, 110);
@code-color: #d18212;

@breakpoint-lg: 1600px;
@breakpoint-md: 1000px;
Expand Down

0 comments on commit 4273000

Please sign in to comment.