add styling for tables in markdown preview

This commit is contained in:
ansuz 2017-05-23 18:03:35 +02:00
parent e6c04ccb49
commit 97cc4a6d54

View file

@ -86,6 +86,13 @@
max-width: 40vw;
margin: auto;
}
#preview table tr td, #preview table tr th {
border: 1px solid black;
padding: 15px;
}
#preview table tr th {
border: 3px solid black;
}
</style>
</head>
<body>