Skip to content

Commit

Permalink
fix: index html page
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Aug 11, 2024
1 parent 5d4220c commit b603313
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ body{

color: #333333; /* dark gray not black */

max-width: 800px;
padding: 30px;
font-size: 18px;
}


p {
line-height: 150%;
max-width: 960px;
font-weight: 400;
color: #333333
}
Expand All @@ -32,7 +29,7 @@ h2, h3, h4, h5, p {
h1 {
margin-bottom: 10px;
font-size:300%;
padding: 0px;
padding-left: 10%;
font-variant:small-caps;
}

Expand All @@ -43,22 +40,24 @@ h2 {
h3 {
font-size:120%
}

h4 {
font-size:100%
font-size:100%;
font-variant:small-caps;

}

h5 {
font-size:80%
font-size:80%;
font-weight: 100;
}

h6 {
font-size:80%
font-weight: 100;
font-size:80%;
font-weight:100;
color:red;
font-variant:small-caps;
}

a {
color: grey;
margin: 0;
Expand Down Expand Up @@ -150,3 +149,7 @@ hr {
margin: 0 auto 0 0;
color: #999;
}

svg {
width: 100%;
}
2 changes: 1 addition & 1 deletion wot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
key_list.append(fingerprint)

key_string = " ".join(key_list)
os.system(f"nix run github:cryolitia/pgp-sig2dot#pgp-sig2dot-graphviz -- -k ${key_string} > wot.svg")
os.system(f"nix run github:cryolitia/pgp-sig2dot#pgp-sig2dot-graphviz -- -k {key_string} > wot.svg")

0 comments on commit b603313

Please sign in to comment.