11 lines
133 B
CSS
11 lines
133 B
CSS
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
/* OVERRIDE COMPONENT STYLES */
|
|
|
|
/* Button component */
|
|
|
|
.is-link {
|
|
text-decoration: none;
|
|
}
|