Visited indicator colours
This commit is contained in:
parent
b60c8e5469
commit
5bb018d230
|
@ -73,6 +73,20 @@
|
|||
color: #8A877D;
|
||||
}
|
||||
|
||||
/* Visited Indicator */
|
||||
#cineraIndex.hero #cineraIndexEntries div a::before {
|
||||
color: #161616;
|
||||
}
|
||||
|
||||
#cineraIndex.hero #cineraIndexEntries div:nth-child(2n) a::before {
|
||||
color: #303030;
|
||||
}
|
||||
|
||||
#cineraIndex.hero #cineraIndexEntries div a:visited::before {
|
||||
color: #33FF33;
|
||||
}
|
||||
/**/
|
||||
|
||||
/* NOTE(matt): Somehow use this to colour the "Default Medium" when .off */
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.off .cineraText {
|
||||
color: #3A3936;
|
||||
|
|
|
@ -58,6 +58,20 @@
|
|||
color: #000;
|
||||
}
|
||||
|
||||
/* Visited Indicator */
|
||||
#cineraIndex.riscy #cineraIndexEntries div a::before {
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
#cineraIndex.riscy #cineraIndexEntries div:nth-child(2n) a::before {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#cineraIndex.riscy #cineraIndexEntries div a:visited::before {
|
||||
color: #33BB33;
|
||||
}
|
||||
/**/
|
||||
|
||||
.cineraMenus.riscy > .menu {
|
||||
transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
||||
box-shadow: inset 0 0 0 #2A3172;
|
||||
|
|
Loading…
Reference in New Issue