1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

theme settings icon color

This commit is contained in:
Kyle Spearrin 2018-05-30 23:10:39 -04:00
parent 3373de40a8
commit 7b6e49ee41

View File

@ -90,11 +90,14 @@
}
a.settings-icon {
color: #bbbbbb;
position: absolute;
top: 10px;
left: 10px;
@include themify($themes) {
color: themed('mutedColor');
}
span {
visibility: hidden;
}