Add layer to show cells a selected cell edits
Also removes the link color to make links clearer.
This commit is contained in:
@@ -10,7 +10,3 @@
|
||||
.mod-title {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
a.link {
|
||||
color: #72030a;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,3 @@
|
||||
.cell-title {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
a.link {
|
||||
color: #72030a;
|
||||
}
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
a.link {
|
||||
color: #72030a;
|
||||
}
|
||||
|
||||
a.name {
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
@@ -9,11 +9,6 @@ div#__next {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user