[data-theme="dark"]{
	--typo3-state-default-border-color: #474d69 !important;
	--typo3-surface-container-lowest: #22232a;
	--typo3-form-control-bg: #aaa;
	--typo3-panel-header-bg: #ddd !important;
	--typo3-input-bg: #333 !important;
}
.modulemenu-action:focus{
    color: var(--typo3-state-default-focus-color, #000);
}
[data-color-scheme="light"],
[data-theme="light"]{
	--scaffold-modulemenu-color: white !important;
	--typo3-state-default-border-color: #474d69 !important;
	--typo3-surface-container-lowest: #aaa;
	--typo3-form-control-bg: #aaa !important;
	--typo3-panel-header-bg: #ddd !important;
	--typo3-input-bg: #ddd !important;
	--typo3-state-default-hover-bg: #fff !important;
    --typo3-state-default-focus-color: #000 !important;
}
[data-color-scheme="light"] .modulemenu-action:hover,
[data-theme="light"] .modulemenu-action:hover {
	color: black;
}
[data-color-scheme="light"] .scaffold-modulemenu{
	--scaffold-modulemenu-bg: #333 !important;
}
[data-color-scheme="light"]  .modulemenu-action{
	--modulemenu-action-color-state: white;
}
