diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-29 23:35:45 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-29 23:35:45 -0500 |
| commit | aad05b0d0d38562971a434ea612f2929681ba2c7 (patch) | |
| tree | 5ddc7acad7f0980cb2987eba5e17be3d4cf9ff11 /new-reality/public/assets/css | |
| parent | 425236ccf28ea336a0f8542f5939b2e9ef63acce (diff) | |
logos
Diffstat (limited to 'new-reality/public/assets/css')
| -rw-r--r-- | new-reality/public/assets/css/css.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/new-reality/public/assets/css/css.css b/new-reality/public/assets/css/css.css index dd72e16..a5f1e9e 100644 --- a/new-reality/public/assets/css/css.css +++ b/new-reality/public/assets/css/css.css @@ -46,21 +46,32 @@ iframe { } h1 { - margin: 10px; + margin: 10px 0; padding: 0; font-weight: 300; } .text { color: white; +} + +.text h1, +.text a, +.text img, +.text span { background: rgba(0, 0, 0, 0.95); } +img { + padding: 10px; +} + .text span { - pointer-events: none; + cursor: default; } .text a { + cursor: pointer; color: #ccc; } |
