summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/global/www/style.css')
-rw-r--r-- | src/global/www/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css index 7782f05..7fbdf0d 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -7,6 +7,12 @@ html color: #FFEEAA; } +html, body, .fullscreen-module +{ + min-width: 800px; + min-height: 600px; +} + * { color: #FFEEAA; text-shadow: |