Skip to content

Commit

Permalink
fix BT artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Jan 24, 2022
1 parent 2e6e4d6 commit 2ab60f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"City/N": "city.N",
"Road/W": { "id": "road.N.circus", "rotate": 270 },
"Field/WR": "field.U.Ci",
"Field/EL.ER.SL.SR": "field.zUFF.Ci"
"Field/EL.ER.SL.SR.WL": "field.zUFF.Ci"
}
},
"BT/cfrf.bt": {
Expand Down
5 changes: 3 additions & 2 deletions src/renderer/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,11 @@ h2
.recent-list
margin-top: 4px
display: flex
flex-direction: column
align-items: center
a
display: block
+theme using ($theme)
&:hover
color: map-get($theme, 'text-color')
Expand Down

0 comments on commit 2ab60f7

Please sign in to comment.