mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: chroma docs #175
This commit is contained in:
parent
9e019047e9
commit
7825d11d0e
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
/* based on base16-snazzy
|
||||||
/* Background */ .chroma { color: #e2e4e5; background-color: #282a36 }
|
/* Background */ .chroma { color: #e2e4e5; background-color: #282a36 }
|
||||||
/* Other */ .chroma .x { }
|
/* Other */ .chroma .x { }
|
||||||
/* Error */ .chroma .err { color: #ff5c57 }
|
/* Error */ .chroma .err { color: #ff5c57 }
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* based on rrt
|
||||||
/* Background */ .chroma { color: #f8f8f2; background-color: #000000 }
|
/* Background */ .chroma { color: #f8f8f2; background-color: #000000 }
|
||||||
/* Other */ .chroma .x { }
|
/* Other */ .chroma .x { }
|
||||||
/* Error */ .chroma .err { }
|
/* Error */ .chroma .err { }
|
||||||
|
|
Loading…
Reference in a new issue