diff --git a/public/assets/index.css b/public/assets/index.css index 5b0bba8..ad036f0 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1226,6 +1226,10 @@ video { background-color: rgb(253 244 255 / var(--tw-bg-opacity)); } +.fill-purple-100 { + fill: #f3e8ff; +} + .fill-blue-100 { fill: #dbeafe; } @@ -1521,6 +1525,10 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { background-color: rgb(245 208 254 / var(--tw-bg-opacity)); } +.hover\:fill-purple-400:hover { + fill: #c084fc; +} + .hover\:fill-blue-400:hover { fill: #60a5fa; }