From 0c2b97a2b88e88f719d2bfb664a61857a331e452 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 3 May 2024 07:23:23 -0500 Subject: weeknote opengraph tags --- served/minecraft/minecraft.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 served/minecraft/minecraft.css (limited to 'served/minecraft/minecraft.css') diff --git a/served/minecraft/minecraft.css b/served/minecraft/minecraft.css new file mode 100644 index 0000000..9a7f5f4 --- /dev/null +++ b/served/minecraft/minecraft.css @@ -0,0 +1,30 @@ +h2 { + margin-bottom: 4px; +} + +div { + display: grid; + grid-template-columns: max-content 1fr; + column-gap: 1rem; +} + +time { + display: inline-block; + text-align: right; + color: var(--text-dim); +} + +a { + color: var(--text); + text-decoration: underline dashed var(--color-a); +} + +img { + width: 100%; +} + +ul { + list-style-type: square; + list-style-position: inside; + padding-left: 0; +} \ No newline at end of file -- cgit 1.4.1-3-g733a5