Skip to content

Commit

Permalink
Redesigned stageplay, fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
eprovst committed Aug 5, 2018
1 parent e042865 commit cccfb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var AddSceneNumbers = true

// URLToCSS contains the path to the Wraparound (or your) CSS.
var URLToCSS = "https://cdn.jsdelivr.net/gh/wraparound/css@1.0/"
var URLToCSS = "https://cdn.jsdelivr.net/gh/wraparound/css@1.1/"

var styles = map[string]string{
"screenplay": "screen",
Expand Down

0 comments on commit cccfb59

Please sign in to comment.