diff options
Diffstat (limited to 'resources/css')
-rw-r--r-- | resources/css/page.css | 4 | ||||
-rw-r--r-- | resources/css/town.css | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/resources/css/page.css b/resources/css/page.css index 813b361..57c46a5 100644 --- a/resources/css/page.css +++ b/resources/css/page.css @@ -23,3 +23,7 @@ img { width: 100vw; height: 100vh; } + +.hidden { + display: none; +} diff --git a/resources/css/town.css b/resources/css/town.css new file mode 100644 index 0000000..4dd8195 --- /dev/null +++ b/resources/css/town.css @@ -0,0 +1,3 @@ +#scene__town { + background-color: #fff; +} |