--bg-color: rgb(255, 255, 235);
--tasteful-olive-1: #B2D874;
--tasteful-olive-2: #D9F0A2;
- --tasteful-olive-3: #EDFBD8;
+ --tasteful-olive-3: #E6F9CA;
+
+ --tasteful-primrose-1: #A4004D;
+ --tasteful-primrose-2: rgba(255, 132, 189, 0.3);
}
html {
div.page_nav a,
div.page_nav a:visited,
a.header {
- color: #a4004d;
+ color: var(--tasteful-primrose-1);
+
+ &:hover {
+ background-color: var(--tasteful-primrose-2);
+ }
}
-a.list,
-a.title {
+a:is(.list, .title),
+a:is(.list, .title):is(:hover, :visited) {
color: black;
}
}
div.title,
-a.title {
+a.title,
+a.title:visited {
background: var(--tasteful-olive-2);
}
-a.title:hover {
- background: var(--tasteful-olive-1);
+div.header a.title, div.header a.title:visited {
+ &:hover {
+ background: var(--tasteful-olive-1);
+ }
}
tr.dark, table.blame .dark:hover {