Domain Name: ~๐Ÿ”— tilde.link

css

+17
+17
in/web/index.css
··· 1 + html { 2 + background: rgb(0,0,0); 3 + color: rgb(160,160,160); 4 + font-family: sans; 5 + } 6 + 7 + /* 8 + links 9 + */ 10 + 11 + a { 12 + color: rgb(128,192,128); 13 + } 14 + 15 + a:hover { 16 + color: rgb(192,128,128); 17 + }