diff --git a/index.css b/index.css index 668ba76..c44fd89 100644 --- a/index.css +++ b/index.css @@ -131,14 +131,23 @@ li { } } -a { +main a { color: var(--color); text-decoration: none; } -a:visited, -a:focus, -a:focus-visible { +main a:visited, +main a:focus, +main a:focus-visible { color: var(--color); text-decoration: none; } + +details.hud { + font-size: 16px; + margin: 1rem; +} + +details.hud li { + text-align: left; +} diff --git a/index.html b/index.html index 38e60ed..de54284 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
-+ You can use the following options to interact with the TPS. It works + with the query string. Like so: + https://thinking-people-system.house?size=small. +
+display: display without any HUD with the option
+ house-only
+ size: can be smallfocus: focus only a part of the TPS. Can be multiple.
+ text: hide text to only have the housescroll: scroll to the end