Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
serianox committed Feb 3, 2019
1 parent b6491d7 commit 978fa03
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions code.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre > code
code
display block
background black
color #eeeeee
Expand Down Expand Up @@ -26,13 +26,13 @@ pre > code
.hemisu-middleDarkGrey
.hemisu-comment
/* Comment */
code > span.co
span.co
color #777777

.hemisu-middleLightGrey
.hemisu-dimmed
/* Documentation */
code > span.do
span.do
color #999999

.hemisu-lightGrey
Expand All @@ -45,11 +45,11 @@ code > span.do
.hemisu-darkPink
.hemisu-faintRed
/* Alert */
code > span.al
span.al
/* Error */
code > span.er
span.er
/* Warning */
code > span.wa
span.wa
color #63001C

.hemisu-middleDarkPink
Expand All @@ -73,15 +73,15 @@ code > span.wa
.hemisu-accent1
.hemisu-normBlue
/* DecVal */
code > span.dv
span.dv
/* BaseN */
code > span.bn
span.bn
/* Float */
code > span.fl
span.fl
/* Constant */
code > span.cn
span.cn
/* Preprocessor */
code > span.pp
span.pp
color #9FD3E6

.hemisu-lightBlue
Expand All @@ -98,29 +98,29 @@ code > span.pp
.hemisu-accent2
.hemisu-normGreen
/* Char */
code > span.ch
span.ch
/* String */
code > span.st
span.st
/* SpecialChar */
code > span.sc
span.sc
/* VerbatimString */
code > span.vs
span.vs
/* Import */
code > span.im
span.im
/* SpecialString */
code > span.ss
span.ss
color #B1D631

.hemisu-lightGreen
.hemisu-accent3
/* Keyword */
code > span.kw
span.kw
/* ControlFlow */
code > span.cf
span.cf
/* Other */
code > span.ot
span.ot
/* DataType */
code > span.dt
span.dt
color #BBFFAA

.hemisu-darkTan
Expand All @@ -131,21 +131,21 @@ code > span.dt
color #ECE1C8

/* Function */
code > span.fu
span.fu
/* BuiltIn */
code > span.bu
span.bu
/* Operator */
code > span.op
span.op
/* Variable */
code > span.va
span.va
/* Annotation */
code > span.an
span.an
/* CommentVar */
code > span.cv
span.cv
/* Information */
code > span.in
span.in
/* Extension */
code > span.ex
span.ex
/* Attribute */
code > span.at
span.at
color inherit
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 978fa03

Please sign in to comment.