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
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:
parent
dd78cc13ef
commit
51b8817dc7
3 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.58",
|
"version": "0.2.0-pre.59",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
|
@ -28,6 +28,10 @@ const mlb_image = mlb ? 'mlbalign' : 'hidemlb'
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
* {
|
||||||
|
transition: all var(--a-time-default) var(--a-animation-1);
|
||||||
|
}
|
||||||
|
|
||||||
.hidemlb {
|
.hidemlb {
|
||||||
display: none;
|
display: none;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
|
|
@ -141,7 +141,11 @@ const mapped_navdata = navdata.map((item) => ({
|
||||||
--c-rgb-accent-1: 184, 108, 255;
|
--c-rgb-accent-1: 184, 108, 255;
|
||||||
--c-rgb-accent-1-alt: 193, 5, 255;
|
--c-rgb-accent-1-alt: 193, 5, 255;
|
||||||
--c-rgb-accent-2: 255, 0, 119;
|
--c-rgb-accent-2: 255, 0, 119;
|
||||||
|
|
||||||
|
/* Scrollbar */
|
||||||
|
scrollbar-color: var(--c-secondary-background) var(--c-primary-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--c-secondary-background);
|
background: var(--c-secondary-background);
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
Loading…
Reference in a new issue