diff --git a/marko/components/modal/style.less b/marko/components/modal/style.less index 6257266..2c11ff3 100644 --- a/marko/components/modal/style.less +++ b/marko/components/modal/style.less @@ -47,6 +47,8 @@ div.overlay { background: none; outline: none; opacity: 0.5; + + border-left: 0.25px dotted; } input.big { font-size: 1.5em; @@ -91,6 +93,8 @@ div.overlay { resize: none; overflow-y: scroll; + + border-left: 0.25px dotted; } textarea.tall { height: 24em; diff --git a/marko/page/data/components/add-character-modal/index.marko b/marko/page/data/components/add-character-modal/index.marko index 3b29470..b96c74f 100644 --- a/marko/page/data/components/add-character-modal/index.marko +++ b/marko/page/data/components/add-character-modal/index.marko @@ -18,5 +18,5 @@