about summary refs log tree commit diff
path: root/served/minecraft/minecraft.css
diff options
context:
space:
mode:
Diffstat (limited to 'served/minecraft/minecraft.css')
-rw-r--r--served/minecraft/minecraft.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/served/minecraft/minecraft.css b/served/minecraft/minecraft.css
deleted file mode 100644
index 9a7f5f4..0000000
--- a/served/minecraft/minecraft.css
+++ /dev/null
@@ -1,30 +0,0 @@
-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