Added translation
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
@tailwind utilities;
|
||||
@layer base {
|
||||
:root {
|
||||
overflow-y: scroll !important;
|
||||
--primary: #041c40;
|
||||
--secondary: #e06923;
|
||||
--tertiary: #313131;
|
||||
@ -11,6 +12,7 @@
|
||||
--border-color: #d1c9be;
|
||||
}
|
||||
.dark {
|
||||
overflow-y: scroll !important;
|
||||
--primary: #041c40;
|
||||
--secondary: #e06923;
|
||||
--tertiary: #313131;
|
||||
@ -19,6 +21,7 @@
|
||||
--border-color: #4a4a4a;
|
||||
}
|
||||
body {
|
||||
overflow-y: scroll !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
@ -29,6 +32,7 @@
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
}
|
||||
html {
|
||||
overflow-y: scroll !important;
|
||||
scroll-behavior: smooth;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user