Use the underline style for all highlights

This commit is contained in:
Jackson Harper 2023-06-13 19:17:56 +08:00
parent 9ad516520f
commit b64c078c2e

View file

@ -13,7 +13,9 @@
.highlight {
color: var(--colors-highlightText);
background-color: rgb(var(--colors-highlightBackground));
background-color: rgba(var(--colors-highlightBackground), 0.35);
border-bottom: 2px rgb(var(--colors-highlightBackground)) solid;
border-radius: 2px;
cursor: pointer;
}