Files
simplex-chat/website/src/css/style.css
2022-08-19 17:00:18 +05:00

20 lines
292 B
CSS

html {
scroll-behavior: smooth;
}
h1::before,
h2::before,
h3::before,
#comparison::before {
display: block;
content: " ";
margin-top: -80px;
height: 100px;
visibility: hidden;
pointer-events: none;
}
/* .nav-button-active{
background-color: #00C8FB;
color: #fff;
} */