Updated CSS slightly to look even more like my emacs.

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-26 21:35:33 +02:00
parent 01eaeb7785
commit 18d8c222c9
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
3 changed files with 45 additions and 11 deletions

View File

@ -3,20 +3,20 @@
*/
:root {
--font-size: 13px;
--font-size: 12px;
--line-height: 14px;
}
/* Fonts */
body {
font-family: Menlo, Monaco, monospace;
font-size: var(--font-size);
line-height: 1.5em;
line-height: var(--line-height);
}
code {
font-family: Menlo, Monaco, monospace;
}
pre, pre code {
font-family: Menlo, Monaco, monospace;
line-height: 1em;
}
.todo, .done {
font-family: Menlo, Monaco, monospace;
@ -207,7 +207,7 @@ navigation > a {
margin-bottom: 1em;
}
#content,.content {
max-width: 43em;
max-width: 46em;
margin: 0 1em;
padding: 1px;
}
@ -278,13 +278,13 @@ navigation > a {
--soft-foreground: var(--base01);
--border-color: var(--base02);
--todo-txt: #000;
--color-h1: var(--magenta);
--color-h2: var(--violet);
--color-h3: var(--blue);
--color-h4: var(--cyan);
--color-h5: var(--green);
--color-h6: var(--yellow);
--color-link: var(--yellow);
--color-h1: var(--cyan);
--color-h2: var(--green);
--color-h3: var(--yellow);
--color-h4: var(--orange);
--color-h5: var(--red);
--color-h6: var(--magenta);
--color-link: var(--magenta);
}
/* org colors */

View File

@ -26,6 +26,39 @@ paragraph.
But if I use a double space
There should be a forced newline.
* Width
:PROPERTIES:
:CUSTOM_ID: width
:END:
Testing the width: I use a max width of 76
#+begin_src ascii
--------10--------20--------30--------40--------50--------60--------70-----
#+end_src
123456789-123456789-123456789-123456789-123456789-123456789-123456789-12345
123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456
123456789-123456789-123456789-123456789-123456789-123456789-123456789-1234567
123456789-123456789-123456789-123456789-123456789-123456789-123456789-12345678
123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789
123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-
123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-1
a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L
M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n
o p q r s t u v w x y z
a0 b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K
L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m
n o p q r s t u v w x y z
* Math
:PROPERTIES:
:CUSTOM_ID: math

View File

@ -8,6 +8,7 @@
#+OPTIONS: H:5
#+STARTUP: showeverything
Welcome to my personal website.
- [[file:archive.org][articles]]