/*
 * Copyright 2018-present datagear.tech
 *
 * This file is part of DataGear.
 *
 * DataGear is free software: you can redistribute it and/or modify it under the terms of
 * the GNU Lesser General Public License as published by the Free Software Foundation,
 * either version 3 of the License, or (at your option) any later version.
 *
 * DataGear is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License along with DataGear.
 * If not, see <https://www.gnu.org/licenses/>.
 */

:root{
	--danger-color: #f44336; 
}

.logo{
	background-image: url(image/logo.png);
}


*::-webkit-scrollbar-thumb{
	background-color: var(--surface-300);
}


.cm-s-custom span.cm-attribute { color: var(--indigo-600); }


.p-menuitem.enterprise-menuitem .p-menuitem-link span{
	background-color: #FBC02D;
    color: #212529;
}
