Diff

style-hg.css @ 11:168c2affd4ab draft

style-hg.css: make commit message pop more.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Sun, 30 Jul 2023 01:53:54 +0700
parent 0:2f78b9100113
line wrap: on
line diff
--- a/style-hg.css	Sun Jul 30 01:28:17 2023 +0700
+++ b/style-hg.css	Sun Jul 30 01:53:54 2023 +0700
@@ -452,11 +452,13 @@
 }
 
 div.description {
-  border-left: 2px solid #999;
+  border-left: 0.618rem solid var(--color_heading_main);
   margin: 1em 0 1em 0;
   padding: .3em;
   white-space: pre;
   font-family: monospace;
+  background-color: var(--color_background);
+  box-shadow: 0.01rem 0.1rem 0.5rem 0.01rem black;
 }
 
 /* Graph */