mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
13 lines
228 B
CSS
Vendored
13 lines
228 B
CSS
Vendored
/**
|
|
* This is an example configuration theme
|
|
* Feel free to overwrite any rules presents in the base CSS files
|
|
**/
|
|
|
|
body {
|
|
--main-5: rgb(20, 81, 172);
|
|
}
|
|
|
|
body.welcome::after,
|
|
content > nav {
|
|
background-image: none;
|
|
}
|