UNPKG

121 BCSSView Raw
1@import './Theme.css';
2
3.a {
4 color: var(--link-color);
5 cursor: pointer;
6}
7
8.a:hover {
9 text-decoration: underline;
10}
\No newline at end of file