summaryrefslogtreecommitdiffstats
path: root/css/master.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/master.scss')
-rw-r--r--css/master.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/master.scss b/css/master.scss
new file mode 100644
index 00000000..d5ef29af
--- /dev/null
+++ b/css/master.scss
@@ -0,0 +1,11 @@
1---
2---
3
4body {
5 background-color: #111;
6 color: #fff;
7}
8
9video {
10 max-width: 100%;
11}