Skip to content

Commit 8f58e1a

Browse files
authored
Merge pull request #251 from Glorfindel83/master
FDSC: minor dark mode improvements
2 parents 0f4ae24 + 7d1e0ee commit 8f58e1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fdsc/fdsc.meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @contributor J F
99
// @contributor Glorfindel
1010
// @attribution Brock Adams (https://github.com/BrockA)
11-
// @version 1.20.5
11+
// @version 1.20.6
1212
// @updateURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.meta.js
1313
// @downloadURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.user.js
1414
// @supportURL https://github.com/Charcoal-SE/Userscripts/issues

fdsc/fdsc.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @contributor J F
99
// @contributor Glorfindel
1010
// @attribution Brock Adams (https://github.com/BrockA)
11-
// @version 1.20.5
11+
// @version 1.20.6
1212
// @updateURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.meta.js
1313
// @downloadURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.user.js
1414
// @supportURL https://github.com/Charcoal-SE/Userscripts/issues
@@ -380,7 +380,7 @@
380380

381381
// Don't add naa if the dialog opened for a question
382382
if (isAnswer) {
383-
status += "<span class='fc-orange-400'>" + naa + " naa</span>, ";
383+
status += "<span class='fc-bronze-400'>" + naa + " naa</span>, ";
384384
}
385385

386386
status += fdsc.autoflagged + "</strong>";

0 commit comments

Comments
 (0)