diff options
-rw-r--r-- | css/styles.css | 10 | ||||
-rw-r--r-- | live/themes/orange-blue/css/theme.css | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 0043e22..f7774dc 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,11 @@ ###################### */ +html, body { + color: black; + background-color: white; +} + body { margin: 0px; padding: 0px; @@ -929,6 +934,11 @@ div.screenshot { margin-right: 20px; } +div.screenshot img { + width: 320px; + height: 240px; +} + /* ############################## # Error widget diff --git a/live/themes/orange-blue/css/theme.css b/live/themes/orange-blue/css/theme.css index 594c90c..c2b6056 100644 --- a/live/themes/orange-blue/css/theme.css +++ b/live/themes/orange-blue/css/theme.css @@ -2,7 +2,8 @@ # Globals ###################### */ -body { + +html, body { background-color: #081966; color: white; } |