summaryrefslogtreecommitdiff
path: root/new-reality/public/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'new-reality/public/assets/css/css.css')
-rw-r--r--new-reality/public/assets/css/css.css15
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;
}