From 03463928b96a473405a76c4bf3e0b4c7df2e9852 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Thu, 9 Nov 2023 21:17:15 -0800 Subject: [PATCH] Don't display the license until the kitten has loaded This was being done correctly for `.footer`, but `.license` was added later and was missed. --- src/kittens.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/kittens.css b/src/kittens.css index d7c587a..fe164af 100644 --- a/src/kittens.css +++ b/src/kittens.css @@ -80,6 +80,10 @@ small { text-align: center; } +:root:not([data-loaded]) .license { + display: none; +} + .photo { margin: 0 auto; }