Skip to content

Instantly share code, notes, and snippets.

View imcyruskw's full-sized avatar
✌️
Chillin'

Cyrus Wairiuko imcyruskw

✌️
Chillin'
View GitHub Profile
@donysukardi
donysukardi / custom.css
Last active January 14, 2024 22:57
Rounded VS Code Tabs
.tabs-container {
padding-left: 22px;
}
.tabs-container > .tab {
transform: skewX(25deg);
border-radius: 5px 5px 0 0;
height: 28px;
}