Switch out the globe icon and colour it depending on theme

This commit is contained in:
Michael Telatynski 2020-08-13 15:16:31 +01:00
parent 850c850bde
commit df75024a21
4 changed files with 4 additions and 5 deletions

View file

@ -31,7 +31,7 @@ limitations under the License.
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: $primary-fg-color;
background: $secondary-fg-color;
mask-image: url('$(res)/img/globe.svg');
}