theme-store/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css
Hlias Ouzounis f0b47e7a34
Update chrome.css (#440)
Update 1.0.1-a broke this theme.
2024-09-24 09:39:27 +02:00

11 lines
196 B
CSS

.tab-background {
position: relative;
}
.tab-background[selected='']::after {
content: '';
position: absolute;
width: 3px;
height: 100%;
background-color: var(--zen-primary-color);
}