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
3a664136aa
commit
1fe7396b9d
@ -209,10 +209,7 @@ code {
|
||||
> .remark-container code {
|
||||
background-color: $colorYellow;
|
||||
box-decoration-break: clone;
|
||||
|
||||
// font-family: 'Inter';
|
||||
font-weight: 700;
|
||||
// font-size: 0.8rem;
|
||||
}
|
||||
|
||||
> p a,
|
||||
@ -342,8 +339,8 @@ code {
|
||||
th {
|
||||
white-space: nowrap;
|
||||
color: $colorBlack;
|
||||
font-weight: 500;
|
||||
border-bottom: 1px solid rgba($colorBlack, 0.2);
|
||||
font-weight: 700;
|
||||
border-bottom: 2px solid $colorBlack;
|
||||
}
|
||||
|
||||
td {
|
||||
|
Loading…
Reference in New Issue
Block a user