mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding installation instructions
This commit is contained in:
parent
5dd9ac9432
commit
193cc327cf
45 changed files with 554 additions and 204 deletions
|
@ -31,7 +31,7 @@ export const downloadCover = style({
|
|||
height: "auto",
|
||||
objectFit: "cover",
|
||||
objectPosition: "center",
|
||||
borderRight: `solid 1px ${vars.color.borderColor}`,
|
||||
borderRight: `solid 1px ${vars.color.border}`,
|
||||
});
|
||||
|
||||
export const download = recipe({
|
||||
|
@ -40,7 +40,7 @@ export const download = recipe({
|
|||
backgroundColor: vars.color.background,
|
||||
display: "flex",
|
||||
borderRadius: "8px",
|
||||
border: `solid 1px ${vars.color.borderColor}`,
|
||||
border: `solid 1px ${vars.color.border}`,
|
||||
overflow: "hidden",
|
||||
boxShadow: "0px 0px 15px 0px #000000",
|
||||
transition: "all ease 0.2s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue