summaryrefslogtreecommitdiff
path: root/examples/basics/src/components
diff options
context:
space:
mode:
authorGravatar doodlemarks <doodlemarks@users.noreply.github.com> 2023-07-24 21:43:14 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-24 21:43:14 +0000
commit81c460e30b3318b9727a609390243f42e112ad24 (patch)
tree368141129edc07694c6b075a4db4032a8b342254 /examples/basics/src/components
parent13120a0493483d0b10ae3b6c32346aa96ea1cf2d (diff)
downloadastro-81c460e30b3318b9727a609390243f42e112ad24.tar.gz
astro-81c460e30b3318b9727a609390243f42e112ad24.tar.zst
astro-81c460e30b3318b9727a609390243f42e112ad24.zip
[ci] format
Diffstat (limited to 'examples/basics/src/components')
-rw-r--r--examples/basics/src/components/Card.astro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro
index 5ce15cca4..bd6d5971e 100644
--- a/examples/basics/src/components/Card.astro
+++ b/examples/basics/src/components/Card.astro
@@ -24,13 +24,13 @@ const { href, title, body } = Astro.props;
list-style: none;
display: flex;
padding: 1px;
- background-color: #23262D;
+ background-color: #23262d;
background-image: none;
background-size: 400%;
border-radius: 7px;
background-position: 100%;
transition: background-position 0.6s cubic-bezier(0.22, 1, 0.36, 1);
- box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.1);
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.link-card > a {
width: 100%;
@@ -39,7 +39,7 @@ const { href, title, body } = Astro.props;
padding: calc(1.5rem - 1px);
border-radius: 8px;
color: white;
- background-color: #23262D;
+ background-color: #23262d;
opacity: 0.8;
}
h2 {