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