diff options
Diffstat (limited to 'stylesheets/emacs.scss')
| -rw-r--r-- | stylesheets/emacs.scss | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/stylesheets/emacs.scss b/stylesheets/emacs.scss deleted file mode 100644 index a0807b3..0000000 --- a/stylesheets/emacs.scss +++ /dev/null @@ -1,66 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- - -body { - margin: 0 auto; - max-width: 900px; - width: 100%; - padding: 0em 1em; - text-align: justify; -} - -kbd { - display: inline-block; - padding: 3px 5px; - word-wrap: break-word; - font-size: 11px; - line-height: 10px; - vertical-align: middle; - background-color: #fcfcfc; - border: solid 1px #ccc; - border-bottom-color: #bbb; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #bbb; - box-sizing: border-box; -} - -/* - * Code blocks. The theme for the code has been taken from - https://gitlab.com/protesilaos/dotfiles. - */ - -.org-src-container .src-elisp { - color: #000; - overflow-x: scroll; -} - -.org-src-container .src-text a { - color: #505050; - font-style: normal; -} - -.todo { - color: #223fbf; - font-style: normal; -} - -.org-keyword { color: #5317ac; font-weight: bold; } -.org-doc { color: #093060; font-style: italic; } -.org-function-name { color: #721045; } -.org-constant { color: #0000bb; } -.org-builtin { color: #8f0075; font-weight: bold; } -.org-string { color: #223fbf; } -.org-comment { color: #505050; font-style: italic; } -.org-comment-delimiter { color: #505050; font-style: italic; } -.org-comment a { color: #505050; font-style: normal; } -.org-warning { color: #223fbf; font-style: normal; } -.org-rainbow-delimiters-depth-1 { color: #000; } -.org-rainbow-delimiters-depth-2 { color: #000; } -.org-rainbow-delimiters-depth-3 { color: #000; } -.org-rainbow-delimiters-depth-4 { color: #000; } -.org-rainbow-delimiters-depth-5 { color: #000; } -.org-rainbow-delimiters-depth-6 { color: #000; } -.org-rainbow-delimiters-depth-7 { color: #000; } -.org-rainbow-delimiters-depth-8 { color: #000; } -.org-rainbow-delimiters-depth-9 { color: #000; } |
