]> git.za3k.com Git - za3k.git/commitdiff
markdown
authorZachary Vance <za3k@za3k.com>
Sun, 6 Jun 2021 19:34:34 +0000 (12:34 -0700)
committerZachary Vance <za3k@za3k.com>
Sun, 6 Jun 2021 19:34:34 +0000 (12:34 -0700)
games/markdown.css [new file with mode: 0644]

diff --git a/games/markdown.css b/games/markdown.css
new file mode 100644 (file)
index 0000000..48de515
--- /dev/null
@@ -0,0 +1,24 @@
+table, th, td {
+  border: 1px solid black;
+}
+
+table {
+  border-collapse: collapse;
+}
+
+table {
+  width: 100%;
+}
+
+th {
+  background-color: #FFFFDD;
+  min-height: 50px;
+}
+
+tr.alt td {
+  background-color: #EAF2D3;
+}
+
+img {
+  max-width: 300px;
+}