File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
.header {
28
28
font-size : 14px ;
29
29
font-weight : 600 ;
30
- fill : rgb ( 72 72 72 ) ;
30
+ fill : #8d96a0 ;
31
31
}
32
32
.log-title {
33
33
font-size : 14px ;
34
34
font-weight : 400 ;
35
- fill : rgb ( 72 72 72 ) ;
35
+ fill : #8d96a0 ;
36
36
}
37
37
.log-description {
38
38
font-size : 12px ;
39
- fill : rgb ( 72 72 72 ) ;
39
+ fill : #8d96a0 ;
40
40
}
41
41
.tag-item {
42
42
font-size : 12px ;
43
43
fill : #0ca678 ;
44
44
}
45
45
.heart-count {
46
46
font-size : 12px ;
47
- fill : rgb ( 72 72 72 ) ;
47
+ fill : #8d96a0 ;
48
48
}
49
49
.log-title :hover {
50
50
fill : #0ca678 ;
51
51
text-decoration : underline ;
52
52
}
53
53
.list-style {
54
54
font-size : 14px ;
55
- fill : #212529 ;
55
+ fill : #8d96a0 ;
56
56
}
57
57
</style >
58
58
<rect class =" background" />
Original file line number Diff line number Diff line change 15
15
animation : fadeInAnimation 0.8s ease-in-out forwards ;
16
16
}
17
17
text {
18
- fill : rgb ( 72 72 72 ) ;
18
+ fill : #8d96a0 ;
19
19
}
20
20
.background {
21
21
fill : #00000000 ;
69
69
>
70
70
<path
71
71
d =" M11.25 0L7.5 2.26044L3.75 0L0 2.82555V6.78133L7.5 12.4324L15 6.78133V2.82555L11.25 0Z"
72
- fill =" rgb(72 72 72) "
72
+ fill =" #8d96a0 "
73
73
/>
74
74
</svg >
75
75
<text x =" <%= likes > 99 ? 365 : likes > 9 ? 370 : 380 %>" class =" likes" >
You can’t perform that action at this time.
0 commit comments