mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-29 10:26:46 -04:00
Darken the body background.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
**********************************************************************/
|
||||
|
||||
body, html {
|
||||
background-color: #ccc;
|
||||
background-color: #333;
|
||||
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -267,7 +267,7 @@ form .g-error,
|
||||
|
||||
.g-view {
|
||||
background-color: #000;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid #333;
|
||||
border-bottom: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user