From: bochard Date: Sat, 15 Nov 2025 01:31:20 +0000 (+0800) Subject: larger font X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=4d6b34092ac574014340f2a116eddaf6ca277bec;p=mysite.git larger font --- diff --git a/stylesheet/root.css b/stylesheet/root.css index ce0fe52..11cfc3e 100644 --- a/stylesheet/root.css +++ b/stylesheet/root.css @@ -2,6 +2,7 @@ body { background-image: url('/image/background/stars.gif'); background-repeat: repeat; font-family: Monospace; + font-size: large; } #theholderofthings { width: 100%; @@ -10,5 +11,5 @@ a { color: yellow; } a:visited { - color: lightgreen; + color: green; }