mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
daf37ffa0e
We cannot test visited links in GtkLabel, so we don't.
15 lines
149 B
CSS
15 lines
149 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
:link {
|
|
color: blue;
|
|
}
|
|
|
|
:visited {
|
|
color: purple;
|
|
}
|
|
|
|
/* should never happen */
|
|
:link:visited {
|
|
color: red;
|
|
}
|