From d2d7ab2aa4bf9a3e4b1ebab6db9fc320ae20b812 Mon Sep 17 00:00:00 2001 From: Nicolas Sanchez Date: Mon, 13 Feb 2023 01:09:19 +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 0b977ad..896a878 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: #2f60df; + color: #446699; overflow: hidden; }