Skip to content

Commit

Permalink
fix(github-gist.css): match Github styles (#2100)
Browse files Browse the repository at this point in the history
* Updated github-gist styles to match the current styling of gist.github.com

* Update github-gist.css
  • Loading branch information
anthonyattard authored and Marcos Cáceres committed Aug 17, 2019
1 parent c58aa95 commit ea2a4cd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/styles/github-gist.css
@@ -1,5 +1,6 @@
/**
* GitHub Gist Theme
* Author : Anthony Attard - https://github.com/AnthonyAttard
* Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
*/

Expand All @@ -16,7 +17,6 @@
color: #969896;
}

.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
Expand All @@ -28,7 +28,7 @@
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
color: #d73a49;
}

.hljs-literal,
Expand All @@ -53,7 +53,7 @@
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
color: #6f42c1;
}

.hljs-addition {
Expand All @@ -69,3 +69,11 @@
.hljs-link {
text-decoration: underline;
}

.hljs-number {
color: #005cc5;
}

.hljs-string {
color: #032f62;
}

0 comments on commit ea2a4cd

Please sign in to comment.