rosenrot/styles-gtk/style-gtk4.css

42 lines
463 B
CSS
Raw Normal View History

2022-11-14 20:41:43 +00:00
* {
2023-05-09 03:02:33 +00:00
font-size: 25px;
color: #333;
2022-11-14 20:41:43 +00:00
}
/* Make titlebar pretty gigantic. I'm pretty myopic. */
.titlebar {
padding: 3px;
font-size: 30px;
}
.titlebar * {
padding: 3px;
font-size: 30px;
2022-11-14 20:41:43 +00:00
}
2023-05-09 03:02:33 +00:00
header * {
font-size: 30px;
padding: 3px;
2023-05-09 03:02:33 +00:00
}
2022-11-14 20:41:43 +00:00
tabs {
padding: 3px;
}
tab {
margin: 3px 5px 3px 0px; /* top right bottom left */
padding: 10px;
border-style: solid;
font-size: 30px;
2022-11-14 20:41:43 +00:00
}
entry {
padding-left: 10px;
}
entry:focus {
padding-left: 10px;
2022-11-14 20:41:43 +00:00
}