summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/style.css b/style.css
index 17bd945..a59c18a 100644
--- a/style.css
+++ b/style.css
@@ -40,6 +40,7 @@ a:link {
border: 2px solid var(--cl-orange-6);
padding: 4px 8px;
text-decoration: none;
+ margin-bottom: 0.5em;
}
a:visited, a:active {
color: var(--cl-green-6);
@@ -64,4 +65,27 @@ a:hover {
background-color: var(--cl-gray-0);
border: 2px solid var(--cl-gray-2);
padding: 16px 32px;
+ margin-bottom: 1em;
+}
+
+.entries {
+ padding: 1em;
+ margin-bottom: 0.5em;
+}
+
+.subtitle summary {
+ font-size: 1.5em;
+ font-weight: bold;
+ color: var(--cl-white);
+ border: 2px solid #0000;
+ border-bottom-color: var(--cl-gray-2);
+ padding: 8px 16px;
+ text-decoration: none;
+ margin-bottom: 0.5em;
+}
+
+.subtitle summary:hover {
+ color: var(--cl-black);
+ background-color: var(--cl-orange-6);
+ border: 2px solid #0000;
}