diff --git a/api/usage.json b/api/usage.json index 248b92a..19ecddb 100644 --- a/api/usage.json +++ b/api/usage.json @@ -54,5 +54,13 @@ "legacy.blog.ari-web.xyz": 9.1, "ari-web.xyz": 6.1 } + }, + "2023-02-06": { + "total": 82.0, + "top": { + "blog.ari-web.xyz": 49.1, + "legacy.blog.ari-web.xyz": 15.4, + "ari-web.xyz": 7.3 + } } } diff --git a/content/styles/boot/main.scss b/content/styles/boot/main.scss index 1c22dc5..fab2b32 100644 --- a/content/styles/boot/main.scss +++ b/content/styles/boot/main.scss @@ -3,6 +3,8 @@ .boot { margin: 1em 0em 1em 1em; font-size: 1.5em; + -ms-overflow-style: none; + scrollbar-width: none; #bootver { color: $boot_header_colour; @@ -61,3 +63,7 @@ word-break: break-all; } } + +.boot::-webkit-scrollbar { + display: none; +}