mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
readd hover border on help links
This commit is contained in:
parent
73d4346964
commit
bbdcdfeb95
|
@ -20,6 +20,10 @@ const ExternalLink = styled.a`
|
||||||
border: solid #fad288 2px;
|
border: solid #fad288 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border: solid black 2px;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const HelpLinks = styled.div`
|
const HelpLinks = styled.div`
|
||||||
|
|
Loading…
Reference in a new issue