0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/client/scss/components/_link.legacy.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
178 B
SCSS
Raw Normal View History

// makes a link look like regular text
.nolink {
color: $color-text-base;
&:hover {
color: $color-teal;
}
}
a.underlined {
border-bottom: 1px solid currentColor;
}