mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-12 16:03:02 +01:00
Ensure RIP text is white on black background
This commit is contained in:
parent
c0d59ab071
commit
d9ecbdcf52
@ -84,6 +84,7 @@ const { cat } = Astro.props;
|
|||||||
margin: 0 2rem 0.5rem 2rem;
|
margin: 0 2rem 0.5rem 2rem;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user