diff --git a/app/soapbox/containers/soapbox.js b/app/soapbox/containers/soapbox.js index bac0982d8..8f568a51c 100644 --- a/app/soapbox/containers/soapbox.js +++ b/app/soapbox/containers/soapbox.js @@ -76,7 +76,7 @@ class SoapboxMount extends React.PureComponent { }; componentDidMount() { - this.props.dispatch(generateTheme('#1ca82b', 'light')); + this.props.dispatch(generateTheme('#0482d8', 'light')); } render() { diff --git a/app/styles/soapbox/components.scss b/app/styles/soapbox/components.scss index ac420cfd3..9b289b1a1 100644 --- a/app/styles/soapbox/components.scss +++ b/app/styles/soapbox/components.scss @@ -127,12 +127,6 @@ cursor: pointer; transition: color 100ms ease-in; - > div { - display: inline-flex; - align-items: center; - justify-content: center; - } - i.fa { margin: 0; } diff --git a/app/styles/soapbox/components/account-header.scss b/app/styles/soapbox/components/account-header.scss index 28054339e..1626963ef 100644 --- a/app/styles/soapbox/components/account-header.scss +++ b/app/styles/soapbox/components/account-header.scss @@ -103,6 +103,10 @@ border-radius: 4px; box-sizing: content-box; padding: 2px; + + > div { + line-height: 31px !important; + } } .button { margin-right: 10px; }