From 66d81222f14e56918a66f1468179d64bfb8f7df8 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 25 Aug 2024 15:56:39 +0300 Subject: [PATCH] Style and other good .Sh should be SYNOPSIS Now links have good colors --- index.7 | 2 +- style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.7 b/index.7 index 9c7baa7..6533bef 100644 --- a/index.7 +++ b/index.7 @@ -6,7 +6,7 @@ .Nm nakidai .Nd C & Python developer . -.Sh SYNOPSYS +.Sh SYNOPSIS .Nm mail .Mt plaza521@inbox.ru . diff --git a/style.css b/style.css index fd17e05..0ee6c22 100644 --- a/style.css +++ b/style.css @@ -15,3 +15,5 @@ table { border-collapse: collapse; } table.Nm code.Nm { padding-right: 1ch; } body { background:#000; color:#AAA; } +a { color: #DDD } +a:visited { color: #666 }