12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.n-scrollbar-rail__scrollbar {
|
|
background-color: #f6cbe770 !important;
|
|
} |