diff --git a/src/App.vue b/src/App.vue index 310f4e8..bb58461 100644 --- a/src/App.vue +++ b/src/App.vue @@ -263,7 +263,7 @@ a, .osef text-decoration: none color: $noneColor -input, select, button +input, select, button, textarea background-color: $backColor color: $foreColor border: 1px solid $halfColor diff --git a/src/services/mastodon/Client.vue b/src/services/mastodon/Client.vue index 8a51ef8..12c1cd6 100644 --- a/src/services/mastodon/Client.vue +++ b/src/services/mastodon/Client.vue @@ -1,6 +1,6 @@