diff --git a/fractal-gtk/res/app.css b/fractal-gtk/res/app.css index 3a6c598d..c5ef1af4 100644 --- a/fractal-gtk/res/app.css +++ b/fractal-gtk/res/app.css @@ -412,6 +412,22 @@ box.folded-history padding-right: 6px; } +.h1, .h2, .h3, .h4, .h5, .h6 { + font-weight: bold; +} + +.h1 { + font-size: xx-large; +} + +.h2 { + font-size: x-large; +} + +.h3 { + font-size: large; +} + #clip-container { border-radius: 6px; }