From 8daa45646dabc321e104301d4b1176c28aebbcf0 Mon Sep 17 00:00:00 2001 From: Nicolas Sanchez Date: Mon, 13 Feb 2023 01:02:03 +0100 Subject: [PATCH] changement de couleur des tokens --- static/mdnotes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mdnotes.css b/static/mdnotes.css index fbc14ed..0b977ad 100644 --- a/static/mdnotes.css +++ b/static/mdnotes.css @@ -109,7 +109,7 @@ div#mdnotes div.ol3.bq3 { padding-left: 2.3rem; } div#mdnotes div.mdnotes_line span.token { font-weight: 1; - color: #88aaff; + color: #2f60df; overflow: hidden; }