diff options
Diffstat (limited to 'm.css')
-rw-r--r-- | m.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/m.css b/m.css index 9bb403d..f54ef6c 100644 --- a/m.css +++ b/m.css @@ -59,6 +59,13 @@ img{margin-left:4%} border-color:#847884; padding-left:2%} +.tree +{font:400 72% mono; + color:#EE9F00; + border-left-style:dotted; + border-color:#847884; + padding-left:2%} + @media(prefers-color-scheme:light) {html,body {background-color:#F8F6E0; @@ -73,7 +80,7 @@ img{margin-left:4%} #f a {color:#004050; text-decoration:underline} - .sh + .sh,.tree {color:#000000; border-color:#403060}} |