diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index ddf492529..0bfce2b43 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -135,7 +135,7 @@ $table-header: #ecf1f6; } .title-bar { - color: #000; + color: inherit; position: absolute; right: 12px; } @@ -840,6 +840,7 @@ table { .fullscreen { .fullscreen-container { + color: $white; a { line-height: 3rem; @@ -852,7 +853,6 @@ table { .markdown-editor-header { vertical-align: top; display: inline-block; - color: $white; @include breakpoint(medium) { line-height: 3rem; @@ -891,7 +891,7 @@ table { } a { - color: $white; + color: inherit; } } } diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index cf5d09312..11273d15d 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1490,7 +1490,7 @@ table { .button.button-facebook, .button.button-google, .button.button-wordpress { - color: $text; + color: inherit; font-weight: bold; &::before { diff --git a/app/assets/stylesheets/layout/locale_switcher.scss b/app/assets/stylesheets/layout/locale_switcher.scss index ca01c3f16..8b6a24ce5 100644 --- a/app/assets/stylesheets/layout/locale_switcher.scss +++ b/app/assets/stylesheets/layout/locale_switcher.scss @@ -20,7 +20,7 @@ } label { - color: #fff; + color: inherit; font-size: $tiny-font-size; font-weight: normal; } diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 47bc6602e..0782dc7ef 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -81,7 +81,7 @@ } .supported { - color: $text; + color: inherit; margin-top: rem-calc(12); } }