Files
drupal-reha/web/themes/custom/reha/scss/global/_reset.scss
T
2023-11-22 13:20:06 +01:00

11 lines
97 B
SCSS

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