diff options
author | Marvin Borner | 2019-06-17 18:28:49 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-17 18:28:49 +0200 |
commit | 4ec65de8e4f9ed80bbce93c7ea64a24775e7de7e (patch) | |
tree | 784b1a82d1c6c4b0c7d0029b6ec2b60d70132dc1 /presentation/lib/css/monokai.css | |
parent | f31866c0decfc10a164cc4c8d740e787422b6ddd (diff) |
Removed presentation from tracking
Diffstat (limited to 'presentation/lib/css/monokai.css')
-rw-r--r-- | presentation/lib/css/monokai.css | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/presentation/lib/css/monokai.css b/presentation/lib/css/monokai.css deleted file mode 100644 index af24834..0000000 --- a/presentation/lib/css/monokai.css +++ /dev/null @@ -1,71 +0,0 @@ -/* -Monokai style - ported by Luigi Maselli - http://grigio.org -*/ - -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - background: #272822; - color: #ddd; -} - -.hljs-tag, -.hljs-keyword, -.hljs-selector-tag, -.hljs-literal, -.hljs-strong, -.hljs-name { - color: #f92672; -} - -.hljs-code { - color: #66d9ef; -} - -.hljs-class .hljs-title { - color: white; -} - -.hljs-attribute, -.hljs-symbol, -.hljs-regexp, -.hljs-link { - color: #bf79db; -} - -.hljs-string, -.hljs-bullet, -.hljs-subst, -.hljs-title, -.hljs-section, -.hljs-emphasis, -.hljs-type, -.hljs-built_in, -.hljs-builtin-name, -.hljs-selector-attr, -.hljs-selector-pseudo, -.hljs-addition, -.hljs-variable, -.hljs-template-tag, -.hljs-template-variable { - color: #a6e22e; -} - -.hljs-comment, -.hljs-quote, -.hljs-deletion, -.hljs-meta { - color: #75715e; -} - -.hljs-keyword, -.hljs-selector-tag, -.hljs-literal, -.hljs-doctag, -.hljs-title, -.hljs-section, -.hljs-type, -.hljs-selector-id { - font-weight: bold; -} |