summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 20:02:07 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 20:02:07 -0400
commitf029cecfe4870185e3d79da9bf75269f167cd058 (patch)
tree0fe09b6da6edc13b064e6622bcf810086fac5580 /css
parentMerge pull request #503 from oniony/gh-pages (diff)
downloadsway-f029cecfe4870185e3d79da9bf75269f167cd058.tar.gz
sway-f029cecfe4870185e3d79da9bf75269f167cd058.tar.zst
sway-f029cecfe4870185e3d79da9bf75269f167cd058.zip
Update L+F, add roadmap
Diffstat (limited to 'css')
-rw-r--r--css/master.scss24
1 files changed, 23 insertions, 1 deletions
diff --git a/css/master.scss b/css/master.scss
index d5ef29af..f03da6c1 100644
--- a/css/master.scss
+++ b/css/master.scss
@@ -2,10 +2,32 @@
2--- 2---
3 3
4body { 4body {
5 background-color: #111; 5 background-color: #000;
6 color: #fff; 6 color: #fff;
7 margin-top: 1rem;
8 margin-bottom: 5rem;
7} 9}
8 10
9video { 11video {
10 max-width: 100%; 12 max-width: 100%;
11} 13}
14
15.text-center {
16 text-align: center;
17}
18
19hr {
20 border-color: white;
21}
22
23.table-success {
24 background-color: green;
25}
26
27.table-danger {
28 background-color: darken(red, 10);
29}
30
31nav {
32 background: black;
33}