Added translation

This commit is contained in:
Rahaf
2026-01-12 15:27:19 +03:00
parent 4ee30601b5
commit ee7ceb0745
7 changed files with 1344 additions and 2084 deletions

View File

@ -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;
}