mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-07 06:25:49 +00:00
20 lines
292 B
CSS
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;
|
|
} */ |