Ensure RIP text is white on black background

This commit is contained in:
Maciej Pędzich 2023-09-07 13:11:24 +02:00
parent c0d59ab071
commit d9ecbdcf52

View File

@ -84,6 +84,7 @@ const { cat } = Astro.props;
margin: 0 2rem 0.5rem 2rem;
padding: 0.25rem;
background-color: #000;
color: #fff;
text-align: center;
}
</style>