We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb237b commit a1ffe9bCopy full SHA for a1ffe9b
utils/createhtml.go
@@ -20,11 +20,11 @@ func SetHandle(data string) string {
20
}
21
22
func SetItem(id int,handle string) string {
23
- return fmt.Sprintf(`<li class="dd-item" data-id="%d">%s</li>`,id,SetHandle(handle))
+ return fmt.Sprintf(`<li class="dd-item item-orange" data-id="%d">%s</li>`,id,SetHandle(handle))
24
25
26
func SetItemStart(id int,handle string) string {
27
- return fmt.Sprintf(`<li class="dd-item" data-id="%d">%s`,id,SetHandle(handle))
+ return fmt.Sprintf(`<li class="dd-item item-red" data-id="%d">%s`,id,SetHandle(handle))
28
29
30
func SetItemEnd() string {
0 commit comments