Files
TechRadarAJR/styles/components/link.css
Tom Raithel fc81624813 More styles
2017-02-11 12:04:52 +01:00

9 lines
131 B
CSS

.link {
color: var(--color-white);
text-decoration: none;
cursor: pointer;
&:hover {
text-decoration: underline;
}
}