fix(docs): Update links to GTK css documentation

This commit is contained in:
elkowar 2021-10-01 13:23:27 +02:00
parent 07eeac340f
commit e49d39e108
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -4,8 +4,8 @@
Eww is styled in GTK CSS. Eww is styled in GTK CSS.
To make theming even easier, it makes use of `scss` and then compiles that into CSS for you. To make theming even easier, it makes use of `scss` and then compiles that into CSS for you.
If you don't know any way to style something check out the [GTK CSS Overview wiki](https://developer.gnome.org/gtk3/stable/chap-css-overview.html), If you don't know any way to style something check out the [GTK CSS Overview wiki](https://docs.gtk.org/gtk3/css-overview.html),
the [GTK CSS Properties Overview wiki ](https://developer.gnome.org/gtk3/stable/chap-css-properties.html), the [GTK CSS Properties Overview wiki ](https://docs.gtk.org/gtk3/css-properties.html),
or check the [GTK-Debugger](#gtk-debugger). or check the [GTK-Debugger](#gtk-debugger).
If you have **NO** clue about how to do CSS, check out some online guides or tutorials. If you have **NO** clue about how to do CSS, check out some online guides or tutorials.