Files
simplex-chat/css/style.css
T
2022-08-19 17:37:26 +00:00

17 lines
254 B
CSS

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