1
0
mirror of https://github.com/khrysse/khrysse.github.io.git synced 2025-06-27 06:31:56 +00:00
2025-06-09 03:20:05 +02:00

18 lines
224 B
CSS

.noscript-message {
text-align: center;
}
.noscript-message h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
.noscript-message p {
font-size: 1rem;
}
.noscript-message a {
color: #3b82f6;
text-decoration: none;
}