commit c28d56b
chld
·
2026-06-22 04:10:23 +0000 UTC
parent 61aa07c
styling change
+1,
-1
1@@ -2,6 +2,6 @@
2
3 <p id="fortune"></p>
4 <br>
5-<a href=PRF/index.html style="color: #0f0f0f;"><h1 style="color: #0f0f0f;">CHLD</h1></a>
6+<a href=PRF/index.html style="color: #ff9a9a; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;"><h1 style="color: #ff9a9a;">CHLD</h1></a>
7 <p>[ <a href=PRF/index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
8 /* <a href=PRF/findme.html>me</a> | <a href=PRF/webring.html>webring</a> | <a href=PRF/blog.html>blog</a> */
+6,
-6
1@@ -1,5 +1,5 @@
2 body {
3- background-color: #f0ffae;
4+ background-color: #f0f0f0;
5 color: #0f0f0f;
6
7 padding-top: 80px;
8@@ -9,13 +9,13 @@ body {
9 }
10
11 a {
12- color: #005500;
13+ color: #550000;
14 text-decoration: none;
15 }
16
17 a:hover {
18 color: #ffffff;
19- background-color: #005500;
20+ background-color: #550000;
21 }
22
23 a:active {
24@@ -23,12 +23,12 @@ a:active {
25 }
26
27 blk {
28- background-color: #889988;
29- color: #0a1a0a;
30+ background-color: #998888;
31+ color: #1a0a0a;
32 padding: 10px;
33 font-family: monospace;
34 }
35
36 img {
37- outline: 1px solid #f0ffea;
38+ outline: 1px solid #fff0ea;
39 }