mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 03:16:05 +00:00
18 lines
256 B
CSS
18 lines
256 B
CSS
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
#comparison::before {
|
|
display: block;
|
|
content: " ";
|
|
margin-top: -80px;
|
|
height: 120px;
|
|
visibility: hidden;
|
|
pointer-events: none;
|
|
}
|
|
|
|
/* .nav-button-active{
|
|
background-color: #00C8FB;
|
|
color: #fff;
|
|
} */
|