Skip to content

Commit 6438beb

Browse files
committed
Fix table styling in blog
1 parent 1a325c0 commit 6438beb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/ed-theme/layouts/_default/baseof.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
.navbar {
5353
background: #202122;
5454
}
55+
table, th, td {
56+
border: 1px solid #202122;
57+
}
58+
th, td {
59+
padding: 2pt 4pt;
60+
}
5561
</style>
5662
</head>
5763
<body>

0 commit comments

Comments
 (0)