Selector/Selector.MAUI/wwwroot/css/link.css
2023-01-23 20:24:41 +00:00

33 lines
672 B
CSS

.dash-underline {
text-decoration: dotted;
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-underline-offset: 5px;
}
.dash-underline:hover {
text-decoration: solid;
text-decoration-line: underline;
text-decoration-thickness: 1.5px;
}
.dash-underline-lg {
font-size: 24px;
text-decoration: dotted;
text-decoration-line: underline;
text-decoration-thickness: 4px;
text-underline-offset: 5px;
}
.dash-underline-lg:hover {
text-decoration: solid;
text-decoration-line: underline;
text-decoration-thickness: 3.4px;
}
.link-dark {
color: #a3a3a3;
}
.link-dark:hover {
color: #a3a3a3;
}