aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/App.css b/source/App.css
index 442b4a1..a300544 100644
--- a/source/App.css
+++ b/source/App.css
@@ -3,11 +3,14 @@
This way, you can minify your application, and just remove the "source" folder for production
*/
.background {
- background: url("../assets/background.png");
+ background: url("../assets/oldPaper.png");
+ background-size: 100%;
+
}
.nice-padding {
padding: 10px;
+ font-size: 1.2em
}
.app-panels > * {