mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
override success colour of toastify to match accent colour of app
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
@import "./styles/_button.css";
|
@import "./styles/_button.css";
|
||||||
@import "./styles/_file-input.css";
|
@import "./styles/_file-input.css";
|
||||||
@import './styles/_pgn-viewer.css';
|
@import './styles/_pgn-viewer.css';
|
||||||
|
@import "./styles/_toastify-overrides.css";
|
||||||
|
|
||||||
@plugin "@tailwindcss/typography";
|
@plugin "@tailwindcss/typography";
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
:root {
|
||||||
|
/* biome-ignore lint/complexity/noImportantStyles: <override vendor style requires !important> */
|
||||||
|
--toastify-color-success: var(--accent) !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user