Skip to content

Commit c73f63a

Browse files
author
Kristan Kenney
committed
Add definition class for alert link
1 parent a10fbbf commit c73f63a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,10 @@ a {
10891089
color: #5ea64c;
10901090
background-color: white;
10911091
}
1092+
.alert a {
1093+
font-weight: bold;
1094+
color: #fff;
1095+
}
10921096

10931097
form#vstobjects .alert {
10941098
width: 380px;
@@ -3280,15 +3284,15 @@ form#vstobjects.suspended {
32803284
text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
32813285
}
32823286

3283-
.pill.usage{
3287+
.pill.usage {
32843288
margin-top: 8px;
32853289
font-size: 0.75rem;
32863290
padding: 4px;
32873291
padding-left: 8px;
32883292
padding-right: 8px;
32893293
margin-right: 10px;
32903294
line-height: 0.75rem;
3291-
box-shadow: 0px 1px 1px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(0,0,0,0.08)
3295+
box-shadow: 0px 1px 1px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(0,0,0,0.08);
32923296
background-color: rgba(255,255,255,0.75);
32933297
font-weight: 500;
32943298
border: 1px solid rgba(255,255,255,0.75);

0 commit comments

Comments
 (0)