Skip to content

Instantly share code, notes, and snippets.

View imcyruskw's full-sized avatar
😪

Cyrus Wairiuko imcyruskw

😪
  • Pennsylvania
View GitHub Profile
@donysukardi
donysukardi / custom.css
Last active October 24, 2025 01:44
Rounded VS Code Tabs
.tabs-container {
padding-left: 22px;
}
.tabs-container > .tab {
transform: skewX(25deg);
border-radius: 5px 5px 0 0;
height: 28px;
}