Visited indicator colours

This commit is contained in:
Matt Mascarenhas 2018-02-12 22:38:38 +00:00
parent b60c8e5469
commit 5bb018d230
2 changed files with 28 additions and 0 deletions

View File

@ -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;

View File

@ -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;