Changeset

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
parents 10:ee33ee14040a
children 12:2f0e855fac58
files style-hg.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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 */