whois.tinysites.com/assets/style/pages/error.css

35 lines
518 B
CSS
Raw Normal View History

2024-08-12 05:03:55 +00:00
.error {
text-align: center;
padding: 6rem 0;
h1,
h2,
a {
color: var(--w-color);
padding: 0;
margin: 1rem 0;
}
h1 {
font-size: 4rem;
font-weight: 600;
}
h2 {
font-size: 1.75rem;
}
a {
display: inline-block;
color: var(--f-color);
border: .15rem solid var(--br-color);
border-radius: var(--radius-full);
font-size: 1rem;
font-weight: 600;
padding: .65rem 1.5rem .75rem 1.5rem;
&:hover {
background: var(--brh-color);
}
}
}