theme-store/themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css
2025-03-02 12:25:40 +00:00

17 lines
289 B
CSS

.zen-current-workspace-indicator-icon {
display: none !important;
}
.zen-workspace-icon {
position: relative;
color: transparent;
}
.zen-workspace-icon::before {
position: absolute;
inset: 6px;
content: '';
background-color: white;
border-radius: 50%;
}