mirror of
https://github.com/khrysse/khrysse.github.io.git
synced 2025-06-27 06:31:56 +00:00
18 lines
224 B
CSS
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;
|
|
}
|