diff options
author | Andinus <andinus@nand.sh> | 2022-06-10 23:13:14 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-10 23:16:27 +0530 |
commit | bef200b4669f058ce43ec9c0a3583de7fac558e3 (patch) | |
tree | 0b25b603e5ba3f46c2c8396cfcf036923771471e /resources/css/style.css | |
parent | 3a443f9380478ab30a2ba7dc173f5e6de880de03 (diff) | |
download | crater-bef200b4669f058ce43ec9c0a3583de7fac558e3.tar.gz |
Add alt tags to images, fix flash of unstyled content
- FOUC: On firefox, maybe the '@import' rule caused this. Also tried out lightGallery.js for lightbox, it doesn't work with text & anyways, it's buggy with bricks.js & you have to request license key.
Diffstat (limited to 'resources/css/style.css')
-rw-r--r-- | resources/css/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/css/style.css b/resources/css/style.css index 0c51bab..a380707 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -1,5 +1,3 @@ -@import 'colors.css'; - ::selection { background-color: var(--bg-hl-alt-intense); } |