cinera.css: Index a:visited style

This commit is contained in:
Matt Mascarenhas 2018-02-12 21:54:28 +00:00
parent 9d9d8a6332
commit 87e63a54e7
2 changed files with 11 additions and 1 deletions

View File

@ -14,7 +14,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 5,
.Patch = 32
.Patch = 33
};
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c

View File

@ -77,6 +77,16 @@
text-decoration: none;
}
#cineraIndexEntries div a::before {
content: "•";
margin: 0 4px;
color: #888;
}
#cineraIndexEntries div a:visited:before {
color: #33FF33;
}
#cineraResults .dayContainer .markerList {
box-sizing: border-box;
display: block;