mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Add licence to syntax css file
This commit is contained in:
parent
16f621f87b
commit
fff356547f
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
/*
|
||||
|
||||
Syntax highlighting style from https://raw.githubusercontent.com/mdo/code-guide/gh-pages/_includes/syntax.css
|
||||
|
||||
Where @mdo releases it under MIT
|
||||
|
||||
*/
|
||||
|
||||
|
||||
.hll { background-color: #ffffcc }
|
||||
/*{ background: #f0f3f3; }*/
|
||||
.c { color: #999; } /* Comment */
|
||||
|
|
Loading…
Reference in a new issue