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

font-style: italic; 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); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float: left; float: left;
margin-right: 20px; margin-right: 20px;

+ 1
- 1
koboldgen.py View File

if html: if html:
out = ( out = (
f"<div id='passwordbox'>" 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"<span><a href='http://node.noelle.codes/kobold?pw={pw.replace(' ', '')}'>{pw}</a></span>"
f"</div>" f"</div>"
) )

Loading…
Cancel
Save