mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-12 01:34:33 +01:00
5ce3003b Merge pull request #47 from aCursedComrade/patch-1 c9887cb1 Fix team template git-subtree-dir: CTFd/themes/core-beta git-subtree-split: 5ce3003b4d68352e629ee2d390bc999e7d6b071e
31 lines
393 B
SCSS
31 lines
393 B
SCSS
.ll-nam {
|
|
/* words */
|
|
color: #24292f;
|
|
}
|
|
.ll-num {
|
|
/* numbers */
|
|
color: #005cc5;
|
|
}
|
|
.ll-str {
|
|
/* strings */
|
|
color: #0a3069;
|
|
}
|
|
.ll-rex {
|
|
/* regular expressions */
|
|
color: #032f62;
|
|
}
|
|
.ll-pct {
|
|
/* operators, punctation */
|
|
color: #0550ae;
|
|
}
|
|
.ll-key {
|
|
/* keywords */
|
|
color: #d73a49;
|
|
font-weight: normal;
|
|
}
|
|
.ll-com {
|
|
/* comments */
|
|
color: #6a737d;
|
|
font-style: italic;
|
|
}
|