/* This is a sample file. To customise the options shown here create a file called "Theme.css" and enter all options you want to change. */ :root { /* general color scheme */ --main-color: #004177; --secondary-color: #3282C8; --secondary-color-light: #9DCEFF; --secondary-color-lighter: #E0EFFF; /* general icon colors */ --icon-color-idle: invert(30%) sepia(0%) saturate(1173%) hue-rotate(189deg) brightness(84%) contrast(80%); --icon-color-highlight: invert(44%) sepia(41%) saturate(1082%) hue-rotate(169deg) brightness(93%) contrast(81%); --icon-color-contrast: invert(100%) sepia(13%) saturate(7448%) hue-rotate(220deg) brightness(115%) contrast(113%); --icon-color-disable: invert(76%) sepia(10%) saturate(0%) hue-rotate(217deg) brightness(100%) contrast(92%); /* For more information see: https://www.manula.com/manuals/business-app/business-app-handbuch */ }