Skip to content

Commit

Permalink
Release version 5.18.1 to PRD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2025
1 parent 7cee3a2 commit df0409b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"component": "rmg",
"version": "5.18.0",
"version": "5.18.1",
"environment": "PRD",
"instance": "GitHub"
}
17 changes: 17 additions & 0 deletions styles/share_shsubrwy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.rmg-name__zh {
font-family: Arial, SimHei, STHeitiSC-Medium, PingFangSC-Regular, sans-serif;
}
.rmg-name__en {
font-family: Arial, sans-serif;
}
.rmg-outline {
paint-order: stroke;
stroke: #FFFFFF;
stroke-width: 2px;
}

:root {
--rmg-black: black;
--rmg-grey: gray;
--rmg-white: white;
}

0 comments on commit df0409b

Please sign in to comment.