mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-04 00:17:12 +02:00
Merge 9a21d325d8
into 7f630a4e31
This commit is contained in:
commit
4e4019ca71
|
@ -144,6 +144,34 @@ pre {
|
|||
margin: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
&[data-linenos] {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border: none;
|
||||
margin: 0;
|
||||
|
||||
td {
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
||||
&:nth-of-type(1) {
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
width: 3.5rem;
|
||||
color: var(--accent-alpha-20);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mark {
|
||||
display: block;
|
||||
background-color: rgba(254, 252, 232, 0.9);
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Reference in a new issue