ipv4.army/src/front/index.css
seth a65ee6fe67
All checks were successful
Code quality checks / biome (push) Successful in 7s
linting
2025-05-04 20:55:40 -04:00

24 lines
400 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;
}