Add layer to show cells a selected cell edits

Also removes the link color to make links clearer.
This commit is contained in:
2022-02-06 22:00:14 -05:00
parent 6005028439
commit 6d27db3122
8 changed files with 173 additions and 25 deletions

View File

@@ -10,7 +10,3 @@
.mod-title {
margin-bottom: 8px;
}
a.link {
color: #72030a;
}

View File

@@ -10,7 +10,3 @@
.cell-title {
margin-bottom: 8px;
}
a.link {
color: #72030a;
}

View File

@@ -2,10 +2,6 @@
margin-top: 24px;
}
a.link {
color: #72030a;
}
a.name {
line-height: 1.75rem;
}

View File

@@ -9,11 +9,6 @@ div#__next {
height: 100%;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}