diff --git a/Public/css/main.css b/Public/css/main.css new file mode 100644 index 0000000..bc25d42 --- /dev/null +++ b/Public/css/main.css @@ -0,0 +1,4 @@ +body { + background-color: #1e1e2e; + color: #ff66ff; +} diff --git a/Resources/Views/index.leaf b/Resources/Views/index.leaf index 10cb4f7..8a2c7b0 100644 --- a/Resources/Views/index.leaf +++ b/Resources/Views/index.leaf @@ -2,11 +2,17 @@
- + +