website/public/error.css

15 lines
176 B
CSS
Raw Permalink Normal View History

2024-01-18 17:01:30 +00:00
.error {
text-align: center;
}
.error h1{
font-size: 30px;
color: white;
margin: 50px 50px 10px 50px;
}
.error a{
font-size: 25px;
color: var(--bright-second);
}