From 8d398cb86214c71043d7bf255ee8a54e3419c3ed Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 1 May 2020 10:59:34 +0200 Subject: [PATCH] minor typo fix and use orange --- src/css/mk.css | 2 +- src/index.org | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/mk.css b/src/css/mk.css index caf4022..82f133c 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -260,7 +260,7 @@ li .keywords { --fg0: var(--b0); --fg: var(--b02); --rfg: #000; - --hl: var(--v); + --hl: var(--o); } img { diff --git a/src/index.org b/src/index.org index e0c1fb3..d7c4e69 100644 --- a/src/index.org +++ b/src/index.org @@ -37,8 +37,7 @@ priority: referrer for all external links, etc...) {{{br}}} 2. *Almost javascript free*; no js at all except for a single exception, - pages containing Math formulae are displayed using mathjax. That means - that even the CSS theme switcher does not use javascript. + pages containing Math formulæ are displayed using mathjax. {{{br}}} 3. *Accessibility*; should be easy to read on a text browser so people with disabilities could easily consume it.