commit 722dc7af06c546ed23cc99c8f09957ed6996d788
parent fd883c831957af3fa2f396d9a6f2f3b3ca7cf8ba
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Sun, 3 Nov 2024 16:36:46 -0300
update css style and bump css version
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/common/head.shtml b/common/head.shtml
@@ -9,5 +9,5 @@
type="text/css"
crossorigin="anonymous"/>
-<link rel='stylesheet' type='text/css' href="/css/style.css?ver=0.2">
+<link rel='stylesheet' type='text/css' href="/css/style.css?ver=0.3">
<link rel="icon" type="image/x-icon" href="favicon.webp">
diff --git a/css/article.css b/css/article.css
@@ -158,7 +158,8 @@ ul {
/* CommentPreprocFile */ .chroma .cpf { color: #8a93a5; font-style: italic }
/* GenericEmph */ .chroma .ge { font-style: italic }
/* GenericHeading */ .chroma .gh { color: #a2cbff; font-weight: bold }
-/* GenericInserted */ .chroma .gi { color: #a6e22e }
+/* /1* GenericInserted *1/ .chroma .gi { color: #a6e22e } */
+/* GenericInserted */ .chroma .gi { color: #00ff00 }
/* Generic X (used for diff file remove line) */ .chroma .gd { color: red }
/* GenericOutput */ .chroma .go { color: #a6e22e }
/* GenericPrompt */ .chroma .gp { color: #a6e22e }