commit 1186b63dd82b0484686240bc7ccd4a6023fefb52 parent 52474e06bee7b599711f419db058f1259e280362 Author: bpaul <bpaul@bpaul.xyz> Date: Thu, 5 Aug 2021 21:46:23 +1000 soon automatic! Diffstat:
| M | houses.html | | | 22 | +++++++++++----------- |
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/houses.html b/houses.html @@ -1,21 +1,21 @@ <html> <head> - <meta charset="UTF-8"> +<meta charset="UTF-8"> <style> -a { - color: inherit; - outline: 0; - text-decoration: inherit; +a{ +color:inherit; +outline:0; +text-decoration:inherit; } -body { - font-family: monospace; - color: white; - background-color: black; +body{ +font-family:monospace; +color:white; +background-color:black; } -pre { - font-family: monospace; +pre{ +font-family:monospace; } </style> </head>