apps/web: globals.css: revert text-decoration: none for 'a' tag
This commit is contained in:
parent
4be47fced5
commit
5d1aa99d75
@ -2,4 +2,8 @@ body {
|
||||
background-color: var(--color-background);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@import 'node_modules/modern-normalize/modern-normalize.css';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user