Switch body and menu backgrounds in dark theme for consistency
This commit is contained in:
@@ -6,7 +6,7 @@ body {
|
||||
padding: 0em;
|
||||
text-align: center;
|
||||
background-color: #002;
|
||||
background: url(/_static/images/darkbluebg.png);
|
||||
background: url(/_static/images/darkerbluetile.png);
|
||||
background-repeat: repeat;
|
||||
background-position: top center;
|
||||
/* color: black;*/
|
||||
@@ -59,7 +59,7 @@ div.menu {
|
||||
clear: left; /* fixes a bug in Opera */
|
||||
-moz-border-radius: 0px 0px 4px 0px;
|
||||
/* -moz-box-shadow: 0 2px 2px 1px #bbbbff; */
|
||||
background-image: url(/_static/images/darkerbluetile.png);
|
||||
background-image: url(/_static/images/darkbluebg.png.png);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user