diff --git a/info.json b/info.json index fd1222e8..42df4505 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "component": "rmg", - "version": "5.18.0", + "version": "5.18.1", "environment": "PRD", "instance": "GitHub" } diff --git a/styles/share_shsubrwy.css b/styles/share_shsubrwy.css new file mode 100644 index 00000000..3762c98e --- /dev/null +++ b/styles/share_shsubrwy.css @@ -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; +}