diff --git a/page-sources/overlay.php b/page-sources/overlay.php index 2684993..57a9d8d 100644 --- a/page-sources/overlay.php +++ b/page-sources/overlay.php @@ -13,8 +13,8 @@

You can install this overlay using layman. Add the the Sihnon overlay url - to your overlays variable in /etc/layman/layman.cfg. Then update - the list of overlays with layman -l and add the Sihnon overlay + to your overlays variable in /etc/layman/layman.cfg. Then update + the list of overlays with layman -L and add the Sihnon overlay with layman -a sihnon.

diff --git a/resources/normal.css b/resources/normal.css index 41d42b3..251fbee 100644 --- a/resources/normal.css +++ b/resources/normal.css @@ -73,7 +73,7 @@ a { a:visited { color: dimgrey; - text-decoration: none; + text-decoration: underline; } @@ -165,3 +165,16 @@ img.avatar { float: right; vertical-align: top; } + +/* + * + */ +code.root { + color: crimson; + font-weight: bold; +} + +code.file { + color: steelblue; + font-weight: bold; +}