diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-29 17:01:28 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 2ab8a12ee5aa715e04b35e21e24af647e8108683 (patch) | |
tree | 268caf7970b40a8aca816520c92165f90f6c1ef7 /info/rules.html | |
parent | 12cd83d20907475034ce13d1f560d064c8ab6e1c (diff) | |
download | 300-earth-and-water-2ab8a12ee5aa715e04b35e21e24af647e8108683.tar.gz |
Simplify styles and html for play.html
Change font css link.
Clean up common play.css file.
Mobile layout.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/info/rules.html b/info/rules.html index 5ad204f..7ceabb1 100644 --- a/info/rules.html +++ b/info/rules.html @@ -2,7 +2,7 @@ <html> <head> <title>300: Earth & Water Rules</title> -<link rel="stylesheet" href="/fonts/gentium.css"> +<link rel="stylesheet" href="/fonts/fonts.css"> <style> body{background-color:slategray;text-align:center} div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black} |