Files
remark42/web/app/components/input/__markdown-link/input__markdown-link.scss
T

12 lines
165 B
SCSS

.input__markdown-link {
font-weight: 700;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
color: #0aa;
&:hover {
color: #06c5c5;
}
}