mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
improve styling
This commit is contained in:
parent
8cc6d359a9
commit
cd1567ac45
@ -209,10 +209,7 @@ code {
|
|||||||
> .remark-container code {
|
> .remark-container code {
|
||||||
background-color: $colorYellow;
|
background-color: $colorYellow;
|
||||||
box-decoration-break: clone;
|
box-decoration-break: clone;
|
||||||
|
|
||||||
// font-family: 'Inter';
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
// font-size: 0.8rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> p a,
|
> p a,
|
||||||
@ -342,8 +339,8 @@ code {
|
|||||||
th {
|
th {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: $colorBlack;
|
color: $colorBlack;
|
||||||
font-weight: 500;
|
font-weight: 700;
|
||||||
border-bottom: 1px solid rgba($colorBlack, 0.2);
|
border-bottom: 2px solid $colorBlack;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
Loading…
Reference in New Issue
Block a user