19 lines
341 B
Plaintext
Raw Normal View History

2025-07-16 09:34:46 +08:00
page {
background-color: #f8f8f8;
2025-07-08 16:49:39 +08:00
}
.contact_btn {
border: none !important;
background-color: transparent;
padding: 0;
line-height: 1;
color: inherit;
font-size: inherit;
display: inline-flex;
align-items: center;
justify-content: center;
outline: none;
box-shadow: none;
}
button:after {
border: none !important;
}