Scripts/resources/[ps]/ps-objectspawner/svelte-source/global.css

24 lines
325 B
CSS
Raw Normal View History

2024-12-29 20:28:24 +00:00
* {
margin: 0;
padding: 0;
}
:root {
--ps-primary: #00ffbf;
--ps-primary-hover: #1b7c6d;
--ps-secondary: #444444;
--ps-bg: #292929;
}
html, body {
height: 100%;
width: 100%;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: rgba(60, 60, 60, 1);
}