about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/_css/style.css b/_css/style.css
index 5185744..990a1ab 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -232,3 +232,24 @@ code, .hljs {
 .hljs-subst, .hljs-symbol, .hljs-selector-id, .hljs-selector-attr,
 .hljs-selector-pseudo, .hljs-template-tag, .hljs-template-variable,
 .hljs-addition { color: var(--red) }
+
+.openring {
+    display: flex;
+    flex-wrap: wrap;
+    margin: -0.5rem;
+}
+.openring .title, .openring .source { margin: 0 }
+.openring .article {
+    background: var(--block-bg);
+    display: flex;
+    flex-direction: column;
+    flex: 1 1 0;
+    margin: 1ex;
+    min-width: 15rem;
+    padding: 1ex;
+}
+.right {
+    color: var(--fade-fg);
+    font-size: 80%;
+    text-align: right;
+}