diff --git a/src/css/popup.css b/src/css/popup.css
index 2ffbce5..3865801 100644
--- a/src/css/popup.css
+++ b/src/css/popup.css
@@ -206,6 +206,10 @@ table {
--identity-icon: url("/img/usercontext.svg#chill");
}
+[data-identity-icon="fence"] {
+ --identity-icon: url("/img/usercontext.svg#fence");
+}
+
#current-tab [data-identity-icon="default-tab"] {
background: center center no-repeat url("/img/blank-tab.svg");
fill: currentColor;
diff --git a/src/img/usercontext.svg b/src/img/usercontext.svg
index f58067a..fb48e4a 100644
--- a/src/img/usercontext.svg
+++ b/src/img/usercontext.svg
@@ -13,6 +13,7 @@
display: none;
}
+
+
+
+
+
+
+
+
+