1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* GTK4 compatible CSS */ /* button { font-size: 15px; padding: 8px 12px; border-radius: 8px; background-color: @theme_base_color; color: @theme_text_color; } button:hover { background-color: @theme_selected_bg_color; } * { background-color: #000000; } */