Added loading indicators via htmx-indicator, removed unattributable ASCII art and replaced with the project logo from the README, minor touches on stylesheet and added clickable links in the display.
This commit is contained in:
@ -15,12 +15,18 @@ body
|
||||
p
|
||||
margin: 0.4em 0 0.4em 0
|
||||
|
||||
a
|
||||
color: #{colorThree}
|
||||
|
||||
.htmx-indicator
|
||||
display: none
|
||||
|
||||
::placeholder
|
||||
color: #{colorOne}
|
||||
opacity: 1
|
||||
|
||||
.asciiCat
|
||||
margin: 2% 3% 0 0
|
||||
.logo
|
||||
margin: 4% 3% 0 0
|
||||
font-size: 1.2vw
|
||||
color: #{colorFour}
|
||||
text-align: center
|
||||
@ -91,16 +97,16 @@ p
|
||||
text-align: center
|
||||
font-size: 16px
|
||||
|
||||
.asciiCat
|
||||
display: none
|
||||
|
||||
.mainInput
|
||||
width: 95%
|
||||
text-align: center
|
||||
|
||||
.title
|
||||
margin: 8% auto
|
||||
margin: 8% auto 2% auto
|
||||
font-size: 3em
|
||||
|
||||
.title h1
|
||||
margin-bottom: 0
|
||||
|
||||
.pwUtils
|
||||
width: 100%
|
||||
|
Reference in New Issue
Block a user