aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/emacs.scss
blob: a0807b3e0dfa6a132479d0f75391c4445ff98fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
# 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; }