1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/base/phui-theme.css

31 lines
599 B
CSS
Raw Normal View History

/**
* @provides phui-theme-css
*/
/*--- Header Colors ----------------------------------------------------------*/
.phui-theme-blindigo .phabricator-main-menu-background {
background: #4a5f88;
}
.phui-theme-dark .phabricator-main-menu-background {
background: #171c20;
}
.phui-theme-indigo .phabricator-main-menu-background {
background: #2C1D4A;
}
.phui-theme-red .phabricator-main-menu-background {
background: #650404;
}
.phui-theme-blue .phabricator-main-menu-background {
background: #003965;
}
.phui-theme-green .phabricator-main-menu-background {
background: #124A1B;
}