aboutsummaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 339889a..75b1135 100644
--- a/css/main.css
+++ b/css/main.css
@@ -261,12 +261,19 @@ h1 {
}
+/*********************************************
+ * OVERVIEW
+ *********************************************/
+
.overview #main section {
- padding: 20px;
+ padding: 20px 0;
opacity: 1;
cursor: pointer;
background: rgba(0,0,0,0.1);
}
+.overview #main section.present>section.present {
+ background: none;
+}
.overview #main section>section {
opacity: 1;
cursor: pointer;