Skip to content

Commit 2dd0a83

Browse files
committed
boder color change
1 parent bb373e5 commit 2dd0a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scrapboxCssScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const indentCSSRule = new Map([
66
{
77
before: ' .c-',
88
after:
9-
' + .dot {height: .4em !important;width: .4em !important;border-color: black !important;border: solid .1em rgba(0,0,0,0.65) !important;background-color: rgba(0,0,0,0.65) !important;}',
9+
' + .dot {height: .4em !important;width: .4em !important;border-color: rgba(0,0,0,0.65) !important;border: solid .1em rgba(0,0,0,0.65) !important;background-color: rgba(0,0,0,0.65) !important;}',
1010
},
1111
],
1212
[

0 commit comments

Comments
 (0)