mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-28 05:27:35 +02:00
11 lines
147 B
CSS
11 lines
147 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
background-color: #121212;
|
|
margin: 0;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|