10 lines
171 B
CSS
10 lines
171 B
CSS
a {
|
|
text-decoration: none;
|
|
@apply text-primary;
|
|
}
|
|
|
|
main {
|
|
// Causing issues with the article sidebar index sticky positioning
|
|
/* overflow-x: hidden; */
|
|
}
|