forked from AuroraMiddleware/gtk
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;
|
|
}
|