@@ -196,9 +196,7 @@ export default {
APP_ID,
'See the {aStart}Personal settings{aEnd} to view instructions on how to set up your currencies.',
{
- aStart: `
`,
+ aStart: ``,
aEnd: '',
},
undefined,
@@ -389,7 +387,7 @@ export default {
gap: 12px;
flex-wrap: wrap;
- > * {
+ >* {
flex: 1;
min-width: 200px;
}
diff --git a/src/style.scss b/src/style.scss
index 8337712..1440c0e 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -1 +1,19 @@
-//
+#autocurrency-content {
+ .notecard--info > div {
+ color: white;
+
+ a {
+ text-decoration: underline;
+ }
+
+ & > p {
+ &:first-child {
+ margin-top: 0.2em;
+ }
+
+ &:last-child {
+ margin-bottom: 0.2em;
+ }
+ }
+ }
+}