Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: blueish color instead of greenish color #62

Closed
blackmirrordesigner opened this issue Nov 29, 2023 · 1 comment
Closed

bug: blueish color instead of greenish color #62

blackmirrordesigner opened this issue Nov 29, 2023 · 1 comment

Comments

@blackmirrordesigner
Copy link

Provide environment information

image
basically the dark blue color - is something that looks out of this website 🙂
@media (prefers-color-scheme: dark)
.dark:bg-slate-800 {
--tw-bg-opacity: 1;
background-color: rgb(30 32 33/var(--tw-bg-opacity));
}

the dark green one
@media (prefers-color-scheme: dark)
.dark:bg-slate-400 {
--tw-bg-opacity: 1;
background-color: rgb(118 153 94/var(--tw-bg-opacity));
}
and for the grayish blue - a bit more greenish

this is how it supposed to look as:
image

Describe the bug

Old artefacts from the previous code... for example this scrollbar:
image
this menu item:
image
this toggles:
this dropdown:
image
and this dropdown:
Uploading image.png…

Link to reproduction

https://realms.world/collection/realms/analytics

To reproduce

just scroll down to the table Owner Distribution

Additional information

No response

@RedBeardEth
Copy link
Contributor

Fixed in #63 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants