wifi-qrcode: use PT Mono as the password font
This commit is contained in:
parent
01d761b4ef
commit
c16518ee7d
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');
|
||||
|
||||
@media screen {
|
||||
.background {
|
||||
background: #ddd;
|
||||
|
@ -60,6 +62,10 @@
|
|||
font-size: 32pt;
|
||||
}
|
||||
|
||||
.password {
|
||||
font-family: "PT Mono", monospace;
|
||||
}
|
||||
|
||||
.wifiLogo {
|
||||
width: 20%;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue