Skip to content

Commit 9c30e4b

Browse files
committed
style update
1 parent 4929747 commit 9c30e4b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

web/css/styles.min.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
12971297
.l-unit__name span:first-of-type {
12981298
margin-left: 39px;
12991299
}
1300+
.l-unit__name b {
1301+
font-weight: normal;
1302+
font-style: italic;
1303+
}
1304+
13001305
.l-unit__ip {
13011306
margin-bottom: 34px;
13021307
font-size: 12px;
@@ -2128,6 +2133,18 @@ label {
21282133
color: #333;
21292134
}
21302135

2136+
a.vst-text,
2137+
a.vst-text b{
2138+
color: #2c9491;
2139+
}
2140+
a.vst-text:hover,
2141+
a.vst-text:hover b{
2142+
color: #ff6701;
2143+
}
2144+
a.vst-text:active,
2145+
a.vst-text:active b{
2146+
color: #ff6701;
2147+
}
21312148

21322149
.vst-textinput {
21332150
background-color: #fff;

0 commit comments

Comments
 (0)