mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the underline style for all highlights
This commit is contained in:
parent
9ad516520f
commit
b64c078c2e
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue