fix: quotation form banner opacity

This commit is contained in:
puriphatt 2024-12-16 11:03:56 +07:00
parent 60e5578d89
commit be9606f5f3

View file

@ -2876,7 +2876,7 @@ async function getWorkerFromCriteria(
z-index: -1; z-index: -1;
&.dark { &.dark {
filter: invert(94%); filter: invert(100%);
} }
} }
</style> </style>