commit 75810cd2908c96ffed43e6c4646daf2413c4b3b1 parent 8d05847f7bdc419aea08404721685f69e49ff4d0 Author: Luke Smith <luke@lukesmith.xyz> Date: Thu, 11 Aug 2022 00:58:11 +0000 Merge pull request #7 from Tenari/patch-1 fix style.css typo Diffstat:
| M | static/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/style.css b/static/style.css @@ -1,5 +1,5 @@ body { - font-style: sans-serif ; + font-family: sans-serif ; background: #110000 ; color: #ccc ; }