Files
drupal-reha/web/themes/custom/reha/scss/global/_reset.scss
T
2023-11-23 16:14:27 +01:00

13 lines
126 B
SCSS

ul{
list-style-type: none;
}
a{
text-decoration: none;
}
:link{
color: black;
}
:visited{
color: black;
}