Xubuntu / lightdm-gtk-greeter

A GTK greeter for LightDM
GNU General Public License v3.0
140 stars 30 forks source link

Changing font-weight of the username and login button text #147

Open musjj opened 11 months ago

musjj commented 11 months ago

How do you change the font weight of the username and login button?

I tried using the following css:

#login_window .entry {
  font-weight: 900;
}

But I don't see any changes.