mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
ad01e26af7
Summary: Ref T11957. Needs some more polish, but I think everything here is square. Test Plan: Add personal/global items to home, test mobile. Test workboards / colors. Reviewers: epriestley Reviewed By: epriestley Subscribers: 20after4, rfreebern, Korvin Maniphest Tasks: T11957 Differential Revision: https://secure.phabricator.com/D17259
30 lines
599 B
CSS
30 lines
599 B
CSS
/**
|
|
* @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;
|
|
}
|
|
|