Fix styles of highlighting custom CSS

This commit is contained in:
Andrew Kingston 2025-02-03 12:12:56 +00:00
parent 48eee5dd79
commit 9b405ea7e1
No known key found for this signature in database
1 changed files with 2 additions and 6 deletions

View File

@ -105,11 +105,7 @@
background: var(--spectrum-global-color-gray-300);
border-left: 4px solid var(--spectrum-semantic-informative-color-background);
transition: background 130ms ease-out, border-color 130ms ease-out;
margin-top: -3.5px;
margin-bottom: -3.5px;
padding-bottom: 3.5px;
padding-top: 3.5px;
padding-left: 5px;
padding-right: 5px;
margin: -4px calc(-1 * var(--spacing-xl));
padding: 4px var(--spacing-xl) 4px calc(var(--spacing-xl) - 4px);
}
</style>