Scrollbar
All checks were successful
Linting and checking code / get-version (push) Successful in 2s
Build and deploy preview site / check-tag (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 25s
Build and deploy preview site / checking (push) Successful in 38s
Build and deploy preview site / build-site (push) Successful in 1m5s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / create-release (push) Successful in 8s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 24s

This commit is contained in:
Firq 2024-11-03 20:58:35 +01:00
parent dd78cc13ef
commit 51b8817dc7
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.58",
"version": "0.2.0-pre.59",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -28,6 +28,10 @@ const mlb_image = mlb ? 'mlbalign' : 'hidemlb'
</article>
<style>
* {
transition: all var(--a-time-default) var(--a-animation-1);
}
.hidemlb {
display: none;
height: 1em;

View file

@ -141,7 +141,11 @@ const mapped_navdata = navdata.map((item) => ({
--c-rgb-accent-1: 184, 108, 255;
--c-rgb-accent-1-alt: 193, 5, 255;
--c-rgb-accent-2: 255, 0, 119;
/* Scrollbar */
scrollbar-color: var(--c-secondary-background) var(--c-primary-background);
}
body {
background: var(--c-secondary-background);
margin: 0px;