Refactor excessive do notation. Complete oldschool and gibberish generators. Add frontend functionality for selecting from multiple generator styles. Add config requirement for admin email. Add admin email to header.
This commit is contained in:
@ -13,6 +13,9 @@ body
|
||||
font-size: 20px
|
||||
text-align: left
|
||||
|
||||
header
|
||||
text-align: right
|
||||
|
||||
h2
|
||||
font-family: monaco, Consolas, monospace
|
||||
text-transform: uppercase
|
||||
@ -38,18 +41,6 @@ a
|
||||
.title h1
|
||||
margin: 0.1em 0 0.1em 0
|
||||
|
||||
.footer
|
||||
position: absolute
|
||||
text-align: right
|
||||
bottom: 0
|
||||
width: 75%
|
||||
height: 2.5em
|
||||
|
||||
.footer a
|
||||
all: unset
|
||||
cursor: pointer
|
||||
color: #{colorThree}
|
||||
|
||||
.htmx-indicator
|
||||
display: none
|
||||
|
||||
@ -57,6 +48,9 @@ a
|
||||
color: #{colorOne}
|
||||
opacity: 1
|
||||
|
||||
.generators
|
||||
margin: 0 0 0.5em 0
|
||||
|
||||
.logo
|
||||
margin: 4% 3% 0 0
|
||||
font-size: 1.2vw
|
||||
@ -142,6 +136,9 @@ a
|
||||
color: #{colorThree}
|
||||
opacity: 0.5
|
||||
|
||||
.genNew .numberInput
|
||||
margin: 0 0 0.5em 0
|
||||
|
||||
.genResult
|
||||
color: #{colorFour}
|
||||
|
||||
@ -178,6 +175,9 @@ a
|
||||
|
||||
.genButton
|
||||
width: 80%
|
||||
|
||||
.generators
|
||||
text-align: left
|
||||
|
||||
.mainInput
|
||||
width: 95%
|
||||
@ -188,7 +188,7 @@ a
|
||||
width: 25%
|
||||
|
||||
.title
|
||||
margin: 8% auto 2% auto
|
||||
margin: 4% auto 2% auto
|
||||
font-size: 3em
|
||||
|
||||
.title h1
|
||||
|
Reference in New Issue
Block a user