adjusted background color of page/box themes

This commit is contained in:
Hakim El Hattab 2011-12-26 21:31:02 -08:00
parent daecc258d7
commit 2c088681ec
1 changed files with 2 additions and 2 deletions

View File

@ -615,7 +615,7 @@ html {
height: 100%; height: 100%;
left: 0; left: 0;
top: 0; top: 0;
background: #292929; background: #232628;
border-radius: 4px; border-radius: 4px;
-webkit-transform: translateZ( -20px ); -webkit-transform: translateZ( -20px );
@ -735,7 +735,7 @@ html {
height: 100%; height: 100%;
left: 0; left: 0;
top: 0; top: 0;
background: #292929; background: #232628;
-webkit-transform: translateZ( -20px ); -webkit-transform: translateZ( -20px );
-moz-transform: translateZ( -20px ); -moz-transform: translateZ( -20px );