Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-13 23:13:50 -06:00 committed by GitHub
parent 215e4b57fc
commit 1d2c6a1dae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -733,6 +733,10 @@ html {
}
#noVNC_connect_dlg .noVNC_logo {
font-size: calc(25vw - 30px);
margin: 0 auto;
display: flex;
justify-content: center;
padding-bottom: 70px;
}
}
#noVNC_connect_dlg div {
@ -752,6 +756,7 @@ html {
background: #C1C1FF;
color: #223;
letter-spacing: 0.06em;
font-weight: 550;
/* This avoids it jumping around when :active */
vertical-align: middle;
@ -765,6 +770,7 @@ html {
color: #223;
height: 1.3em;
margin-left: -27px !important;
float: left;
}
/* ----------------------------------------
@ -887,6 +893,7 @@ html {
font-family: 'Orbitron', 'OrbitronTTF', sans-serif;
line-height: 0.9;
text-shadow: 0.1em 0.1em 0 black;
width: 90%;
}
.noVNC_logo span{
color:green;