Skip to content

Commit a0441d4

Browse files
committed
reduce visual weight of cells
1 parent 9337075 commit a0441d4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

‎src/assets/js/cells.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868

6969
function init() {
70-
const fg = getComputedStyle(document.documentElement).getPropertyValue("--text-secondary");
70+
const fg = getComputedStyle(document.documentElement).getPropertyValue("--text-tertiary");
7171
const rgb = parseHex(fg);
7272
document.querySelectorAll(".index-sidebar canvas, .index-banner canvas").forEach(function (c) {
7373
if (c.offsetParent === null) return;

‎src/styles/styles.css‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,6 @@ a.fnref, .fnref a {
11101110
top: 0;
11111111
bottom: 0;
11121112
width: 80px;
1113-
border: 1px solid var(--border);
11141113
overflow: hidden;
11151114
}
11161115

@@ -1143,7 +1142,6 @@ a.fnref, .fnref a {
11431142
display: block;
11441143
height: 56px;
11451144
margin: 0 0 1rem;
1146-
border: 1px solid var(--border);
11471145
overflow: hidden;
11481146
}
11491147

0 commit comments

Comments
 (0)