Scrollbar
This commit is contained in:
parent
dd78cc13ef
commit
bebd310332
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