summaryrefslogtreecommitdiffstats
path: root/css/master.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/master.scss')
-rw-r--r--css/master.scss45
1 files changed, 28 insertions, 17 deletions
diff --git a/css/master.scss b/css/master.scss
index 2b837d96..cd3fd54f 100644
--- a/css/master.scss
+++ b/css/master.scss
@@ -1,35 +1,46 @@
1--- 1---
2--- 2---
3 3
4body { 4@import "bootstrap/scss/bootstrap";
5 background-color: #000; 5
6 color: #fff; 6html {
7 margin-top: 1rem; 7 height: 100%;
8 margin-bottom: 5rem;
9} 8}
10 9
11video { 10body {
12 max-width: 100%; 11 background: linear-gradient(to bottom right, #75d3e8, #3c84ac);
12 background-size: cover;
13 background-repeat: no-repeat;
14 background-attachment: fixed;
15 margin: 0;
16 height: 100%;
13} 17}
14 18
15.text-center { 19.navbar-light {
16 text-align: center; 20 margin-bottom: 1rem;
21
22 .navbar-nav .nav-link {
23 color: rgba(0, 0, 0, 0.8);
24 text-decoration: underline;
25 }
17} 26}
18 27
19hr { 28.main a {
20 border-color: white; 29 color: darken(#014c8c, 10);
30 text-decoration: underline;
21} 31}
22 32
23.table-success { 33video {
24 background-color: green; 34 max-width: 100%;
35 box-shadow: 0 0 3px 3px #444;
25} 36}
26 37
27.table-danger { 38.text-center {
28 background-color: darken(red, 10); 39 text-align: center;
29} 40}
30 41
31nav { 42hr {
32 background: black; 43 border-color: white;
33} 44}
34 45
35#logo { 46#logo {