mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Recipe styling
This commit is contained in:
parent
4c8091337e
commit
05013dcba7
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ body {
|
|||
rgba(16, 12, 12, 0.54);
|
||||
--hover-background-color:
|
||||
rgba(16, 12, 12, 0.07);
|
||||
--image-placeholder-color: var(--hover-background-color);
|
||||
--background-color:white;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +22,7 @@ body {
|
|||
width: 100%;
|
||||
padding-top: 61.8%;
|
||||
max-height:1vh;
|
||||
background-color: gray;
|
||||
background-color: var(--image-placeholder-color);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
margin-bottom:2em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue