diff options
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/en-CY.json | 2 | ||||
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 | ||||
-rw-r--r-- | app/javascript/styles/cybre-light.scss | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/app/javascript/mastodon/locales/en-CY.json b/app/javascript/mastodon/locales/en-CY.json index 2ae215249..1c3a76244 100644 --- a/app/javascript/mastodon/locales/en-CY.json +++ b/app/javascript/mastodon/locales/en-CY.json @@ -112,7 +112,7 @@ "getting_started.appsshort": "Apps", "getting_started.faq": "FAQ", "getting_started.heading": "Getting started", - "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.", + "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on cybre.tech at {github}.", "getting_started.userguide": "User Guide", "home.column_settings.advanced": "Advanced", "home.column_settings.basic": "Basic", diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 3f8d37249..2d45bad66 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -183,7 +183,7 @@ "getting_started.documentation": "Documentation", "getting_started.heading": "Getting started", "getting_started.invite": "Invite people", - "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.", + "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on cybre.tech at {github}.", "getting_started.security": "Account settings", "getting_started.terms": "Terms of service", "hashtag.column_header.tag_mode.all": "and {additional}", diff --git a/app/javascript/styles/cybre-light.scss b/app/javascript/styles/cybre-light.scss index 952c2ea96..78656e030 100644 --- a/app/javascript/styles/cybre-light.scss +++ b/app/javascript/styles/cybre-light.scss @@ -329,6 +329,10 @@ $gold-star: #dd9d08; } } +.character-counter { + color:$white; +} + button.icon-button { &.disabled { } |