Tree focus
This commit is contained in:
parent
5a0340c226
commit
45cbd49345
4 changed files with 68 additions and 9 deletions
|
|
@ -1,11 +1,12 @@
|
|||
.el-node-markdown {
|
||||
h1 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
margin-top: 48px;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 8px;
|
||||
|
||||
display: inline-block;
|
||||
font-size: 1.25em;
|
||||
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
background-color: var(--color1);
|
||||
|
|
@ -27,4 +28,44 @@
|
|||
content: "> ";
|
||||
color: var(--color1);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: var(--thumbnail-width);
|
||||
max-height: var(--thumbnail-height);
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid #ccc;
|
||||
border-collapse: collapse;
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #ccc;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #ccc;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
|
||||
code {
|
||||
border: unset;
|
||||
padding: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue