Wordlists, footer updates

This commit is contained in:
Gene Mecija 2020-02-10 19:07:09 -08:00
parent 113e4a2348
commit 91bca8c545
9 changed files with 94 additions and 148 deletions

View file

@ -448,6 +448,12 @@ html, body {
width: 100%;
height: 2em;
padding: 0.3em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #333;
font-family: "Roboto", sans-serif;
font-size: 1em;
@ -455,6 +461,18 @@ html, body {
z-index: 1000;
}
#footer a {
text-decoration: none;
}
#footer a:visited {
color: #eee;
}
#footer a:hover {
color: gold;
}
h2 {
margin-bottom: 0.5em;
}
@ -854,7 +872,7 @@ i[class*="ri-"] {
font-weight: bold;
padding: 0.3em;
background: #666;
color: goldenrod;
color: gold;
text-transform: uppercase;
letter-spacing: 0.3rem;
}

File diff suppressed because one or more lines are too long