mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
Merge remote-tracking branch 'origin/1200' into 1200
This commit is contained in:
commit
50cd4a3902
|
@ -35,10 +35,12 @@ export const DownloadButton = styled.a`
|
|||
cursor: pointer;
|
||||
background: #0084CE;
|
||||
&:hover {
|
||||
background: #339DD8;;
|
||||
background: #339DD8;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
&:active {
|
||||
background: #00639B;;
|
||||
background: #00639B;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
${extensionsHook('DownloadButton')};
|
||||
|
|
Loading…
Reference in New Issue
Block a user