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