9 lines
100 B
CSS
9 lines
100 B
CSS
a {
|
|
text-decoration: none;
|
|
@apply text-primary;
|
|
}
|
|
|
|
main {
|
|
/* overflow-x: hidden; */
|
|
}
|