ipv4.army/src/front/index.css
seth deb223c642
Some checks failed
Code quality checks / biome (push) Failing after 7s
refactor a lot
2025-05-04 20:47:19 -04:00

20 lines
No EOL
417 B
CSS

@import "../../node_modules/@speed-highlight/core/dist/themes/dark.css";
@import "./App.css";
html,
head,
body {
margin: 0;
padding: 0;
font: 2vh monospace;
height: 100vh;
width: 100vw;
}
body {
color: #DEDEDE;
text-shadow: 0 0 5px #C8C8C8;
background: radial-gradient(at bottom right, var(--gradient-color, rgba(150, 150, 150, 0.1)) 0%, rgba(0, 0, 0, 1) 100%);
display: flex;
}