Merge pull request #6564 from SimonBrandner/fix/codeblock-border/18367
Soften codeblock border color
This commit is contained in:
commit
9aadb7c487
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ $hover-select-border: 4px;
|
||||||
|
|
||||||
.mx_EventTile:hover .mx_EventTile_body pre,
|
.mx_EventTile:hover .mx_EventTile_body pre,
|
||||||
.mx_EventTile.focus-visible:focus-within .mx_EventTile_body pre {
|
.mx_EventTile.focus-visible:focus-within .mx_EventTile_body pre {
|
||||||
border: 1px solid #e5e5e5; // deliberate constant as we're behind an invert filter
|
border: 1px solid $tertiary-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_pre_container {
|
.mx_EventTile_pre_container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue