Add title background styling to globals.css

This commit is contained in:
i701 2024-11-27 14:17:20 +05:00
parent 3f68d835fe
commit 762939bee7

View File

@ -86,3 +86,9 @@ body {
@apply bg-background text-foreground;
}
}
.title-bg {
background-color: #fefefe;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c1d3c8' fill-opacity='0.21' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}