luci-theme-openwrt: fix CSS error

browsers produce parse error and drop this declaration

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-01-03 17:51:59 +01:00
parent 4499d25b59
commit 0d55a89cb2

View File

@@ -415,7 +415,7 @@ div.hostinfo {
border: 1px solid #90c0e0;
background: #000 !important;
color: #90c0e0 !important;
padding: calc(.125em-1px) calc(.5em-1px);
padding: calc(.125em - 1px) calc(.5em - 1px);
}
html #menubar a:link,