Switch out the globe icon and colour it depending on theme
This commit is contained in:
parent
850c850bde
commit
df75024a21
4 changed files with 4 additions and 5 deletions
|
@ -15,6 +15,7 @@ $room-highlight-color: #343a46;
|
|||
|
||||
// typical text (dark-on-white in light skin)
|
||||
$primary-fg-color: $text-primary-color;
|
||||
$secondary-fg-color: $primary-fg-color;
|
||||
$primary-bg-color: $bg-color;
|
||||
$muted-fg-color: $header-panel-text-primary-color;
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ $header-panel-bg-color: #f3f8fd;
|
|||
|
||||
// typical text (dark-on-white in light skin)
|
||||
$primary-fg-color: #2e2f32;
|
||||
$secondary-fg-color: $primary-fg-color;
|
||||
$primary-bg-color: #ffffff;
|
||||
$muted-fg-color: #61708b; // Commonly used in headings and relevant alt text
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue