mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
- Font & Keymaps similar to Kitty - Custom CSS to move tab-bar to bottom with shorter bar
24 lines
410 B
CSS
24 lines
410 B
CSS
tabbar tabbox {
|
|
margin: 0;
|
|
padding: 0;
|
|
min-height: 10px;
|
|
/* background-color: #1a1a1a; */
|
|
font-family: monospace;
|
|
}
|
|
|
|
tabbar tabbox tab {
|
|
margin: 1;
|
|
padding: 1;
|
|
color: #9ca3af;
|
|
/* border-right: 1px solid #374151; */
|
|
}
|
|
|
|
/* tabbar tabbox tab:selected { */
|
|
/* background-color: #2d2d2d; */
|
|
/* color: #ffffff; */
|
|
/* } */
|
|
|
|
tabbar tabbox tab label {
|
|
font-size: 15px;
|
|
}
|