Browse Source

Another update

master
Noëlle 3 years ago
parent
commit
64fd4c5c5f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      assets/kobold.css
  2. 1
    1
      koboldgen.py

+ 1
- 1
assets/kobold.css View File

@@ -108,7 +108,7 @@
font-style: italic;
}

.passwordbox {
#passwordbox {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float: left;
margin-right: 20px;

+ 1
- 1
koboldgen.py View File

@@ -842,7 +842,7 @@ class Campaign:
if html:
out = (
f"<div id='passwordbox'>"
f"<span class='paswordhead'>Permalink to this campaign:</span><br>"
f"<span class='passwordhead'>Permalink to this campaign:</span><br>"
f"<span><a href='http://node.noelle.codes/kobold?pw={pw.replace(' ', '')}'>{pw}</a></span>"
f"</div>"
)

Loading…
Cancel
Save