Make text in panel headings bold
Makes the heading pop a bit more in the new airier layout.
This commit is contained in:
parent
88009230b6
commit
4ab4286b25
|
@ -486,6 +486,7 @@ html {
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.noVNC_panel .noVNC_heading img {
|
.noVNC_panel .noVNC_heading img {
|
||||||
|
|
Loading…
Reference in New Issue