]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/shared/user-email-info.component.scss
Improve remote runner config UX
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / shared / user-email-info.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 a {
5 color: pvar(--mainForegroundColor);
6
7 &:hover {
8 text-decoration: underline;
9 }
10 }