]> git.bochard.net Git - mysite.git/commitdiff
larger font
authorbochard <git@bochard.net>
Sat, 15 Nov 2025 01:31:20 +0000 (09:31 +0800)
committerbochard <git@bochard.net>
Sat, 15 Nov 2025 01:31:20 +0000 (09:31 +0800)
stylesheet/root.css

index ce0fe5227dfe7dae56fd649def1a7662389bb6c9..11cfc3eaf65af7d5bc95ddc125ba4521de317b39 100644 (file)
@@ -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;
 }