This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "cloze",
"name": "Cloze",
"version": "0.1.16",
"version": "0.1.17",
"minAppVersion": "0.12.0",
"description": "Convert highlights, underlines, bolded texts or any selected texts into clozes.",
"author": "Vikki",

View File

@@ -20,7 +20,13 @@ body {
}
.cloze-span,
.cloze{
.cloze:not(u){
border-bottom: var(--cloze-underline-width) var(--cloze-underline-style) var(--cloze-underline-color) !important;
position: relative;
}
/* special for <u> */
u.cloze[data-cloze-hide=true]{
border-bottom: var(--cloze-underline-width) var(--cloze-underline-style) var(--cloze-underline-color) !important;
position: relative;
}