We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4929747 commit 9c30e4bCopy full SHA for 9c30e4b
web/css/styles.min.css
@@ -1297,6 +1297,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
1297
.l-unit__name span:first-of-type {
1298
margin-left: 39px;
1299
}
1300
+.l-unit__name b {
1301
+ font-weight: normal;
1302
+ font-style: italic;
1303
+}
1304
+
1305
.l-unit__ip {
1306
margin-bottom: 34px;
1307
font-size: 12px;
@@ -2128,6 +2133,18 @@ label {
2128
2133
color: #333;
2129
2134
2130
2135
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
2147
2131
2148
2132
2149
.vst-textinput {
2150
background-color: #fff;
0 commit comments