Improve styles

This commit is contained in:
2025-07-19 22:36:42 -07:00
parent 9e9e600371
commit f17c3fc097
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
body {
font-family: 'Roboto', sans-serif;
@apply bg-[#131313] text-white select-none;
@apply bg-[#0f0f0f] text-white select-none;
}
.button {
@@ -48,15 +48,15 @@ body {
}
.popup-box {
@apply relative w-[60vw] h-[80vh] shadow-[0_0_20px_rgba(0,0,0,0.2)] rounded-lg bg-[#191919] flex flex-col p-6;
@apply relative w-[60vw] h-[80vh] rounded-lg bg-[#161616] border border-[#323232] flex flex-col p-6;
}
.popup-content {
@apply flex-1 overflow-auto border border-[#323232] rounded-lg mt-4;
@apply flex-1 overflow-auto bg-[#242424] border border-[#484848] rounded-lg mt-4;
}
.popup-entry {
@apply relative h-[100px] bg-[#242424] m-2 p-2 rounded-lg border border-[#484848];
@apply relative h-[100px] bg-[#323232] m-2 p-2 rounded-lg border border-[#646464];
}
.popup-entry button {

View File

@@ -1,7 +1,7 @@
@import 'tailwindcss';
.sidebar {
@apply fixed top-0 left-0 w-60 h-screen bg-[#191919] flex flex-col border-e-[1px] border-[#2a2a2a];
@apply fixed top-0 left-0 w-60 h-screen bg-[#161616] flex flex-col border-e-[1px] border-[#2a2a2a];
}
.sidebar-downloads {