color a : visited
This commit is contained in:
@@ -6704,6 +6704,9 @@ article.node-type-ressource .ext {
|
||||
article.node-type-ressource svg.ext {
|
||||
display: none;
|
||||
}
|
||||
article.node-type-ressource :visited {
|
||||
color: rgb(0, 158, 227);
|
||||
}
|
||||
article.node-type-ressource.type-publications-issues-du-programme-eqld {
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
@@ -8,6 +8,9 @@ article.node-type-ressource{
|
||||
svg.ext{
|
||||
display: none;
|
||||
}
|
||||
:visited {
|
||||
color: $blue-light;
|
||||
}
|
||||
&.type-publications-issues-du-programme-eqld{
|
||||
// background-color: $background-actus;
|
||||
min-width: 300px;
|
||||
|
||||
Reference in New Issue
Block a user