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