diff --git a/tiny0/static/style.css b/tiny0/static/style.css index 6e3e731..9e17415 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -26,6 +26,10 @@ body { font-weight: bold; } +.title:visited { + color: #bb86fc; +} + .title:hover { color: #7b59a5; }