add styling for tables in markdown preview
This commit is contained in:
parent
e6c04ccb49
commit
97cc4a6d54
@ -86,6 +86,13 @@
|
|||||||
max-width: 40vw;
|
max-width: 40vw;
|
||||||
margin: auto;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user