File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
LinkDotNet.Blog.Web/Shared Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
}
70
70
.blog-card .details .date : before {
71
71
font-family : "Font Awesome 5 Free" ;
72
- font-weight : 400 ;
72
+ font-weight : 900 ;
73
73
margin-right : 10px ;
74
74
content : "\f133" ;
75
75
}
76
76
.blog-card .details .tags ul : before {
77
77
font-family : "Font Awesome 5 Free" ;
78
- font-weight : 400 ;
78
+ font-weight : 900 ;
79
79
content : "\f02b" ;
80
80
margin-right : 10px ;
81
81
}
107
107
.blog-card .description .read-more a : after {
108
108
content : '\f0a9' ;
109
109
font-family : "Font Awesome 5 Free" ;
110
- font-weight : 400 ;
110
+ font-weight : 900 ;
111
+ text-decoration : none;
111
112
margin-left : -10px ;
112
113
opacity : 0 ;
113
- vertical-align : middle;
114
114
transition : margin 0.3s , opacity 0.3s ;
115
115
}
116
116
.blog-card .description .read-more a : hover : after {
You can’t perform that action at this time.
0 commit comments