style: run format:apply

This commit is contained in:
2026-06-19 04:29:24 -03:00
parent f51a71a574
commit c2b94bec4a
36 changed files with 3251 additions and 2597 deletions
+23 -18
View File
@@ -1,39 +1,44 @@
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap');
@import "tailwindcss";
@import 'tailwindcss';
* {
box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #050505;
color: #c9c9c9;
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
padding: 0;
overflow: hidden;
background: #050505;
color: #c9c9c9;
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
padding: 0;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: #050505;
background: #050505;
}
::-webkit-scrollbar-thumb {
background: #330000;
border-radius: 3px;
border: 1px solid #1a1a1a;
background: #330000;
border-radius: 3px;
border: 1px solid #1a1a1a;
}
::-webkit-scrollbar-thumb:hover {
background: #a30000;
}
background: #a30000;
}