about summary refs log tree commit diff
path: root/served/minecraft/minecraft.css
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-05-03 07:23:23 -0500
committergennyble <gen@nyble.dev>2024-05-03 07:23:23 -0500
commit0c2b97a2b88e88f719d2bfb664a61857a331e452 (patch)
tree4cf7f74962f952390782124cb7ee264ddc6a6d88 /served/minecraft/minecraft.css
parent8db63d68b0f52bb8b9380bf1423bf6889786ef8a (diff)
download∞-0c2b97a2b88e88f719d2bfb664a61857a331e452.tar.gz
∞-0c2b97a2b88e88f719d2bfb664a61857a331e452.zip
weeknote opengraph tags
Diffstat (limited to 'served/minecraft/minecraft.css')
-rw-r--r--served/minecraft/minecraft.css30
1 files changed, 30 insertions, 0 deletions
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