6 lines
93 B
SCSS
6 lines
93 B
SCSS
.doc-link {
|
|
color: $link;
|
|
text-decoration: none;
|
|
font-weight: $font-weight-semibold;
|
|
}
|