Skip to content

Commit f2b9e21

Browse files
author
Kristan Kenney
committed
Add text shadow to alert class
1 parent 41c79dd commit f2b9e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ a {
10641064
position: relative;
10651065
text-align: left;
10661066
box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
1067+
text-shadow: 0px 1px rgba(0,0,0,0.45);
10671068
border: 1px solid #fff;
10681069
}
10691070

@@ -1086,7 +1087,6 @@ a {
10861087
}
10871088
.alert.alert-info {
10881089
color: #fff;
1089-
text-shadow: 0px 1px rgba(0,0,0,0.45);
10901090
background-color: #618ecc;
10911091
}
10921092
.alert.alert-info i.fas {

0 commit comments

Comments
 (0)