mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 03:12:41 +01:00
4fe1d3fc7f
Summary: Ref T8099. Update logo and font to use Blindigo (tm) color system. Also tweak hover backgrounds a hair. Test Plan: Photoshop. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D12753
21 lines
787 B
JSON
21 lines
787 B
JSON
{
|
|
"version": 1,
|
|
"sprites": {
|
|
"eye": {
|
|
"name": "eye",
|
|
"rule": ".phabricator-main-menu-eye",
|
|
"hash": "4bcf36f0a4d6bdf7b987e578db3f4c22"
|
|
},
|
|
"logo": {
|
|
"name": "logo",
|
|
"rule": ".phabricator-main-menu-logo",
|
|
"hash": "1efe86fd2071d41951395d0f6d23b8c3"
|
|
}
|
|
},
|
|
"scales": [
|
|
1,
|
|
2
|
|
],
|
|
"header": "\/**\n * @provides sprite-menu-css\n * @generated\n *\/\n\n.sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
|
|
"type": "standard"
|
|
}
|