Update journal and habit table
This commit is contained in:
@@ -59,13 +59,30 @@ h2:has(.done.FREED), h3:has(.done.FREED), h4:has(.done.FREED), h5:has(.done.FREE
|
||||
color: var(--purple3);
|
||||
}
|
||||
|
||||
.habit-cell {
|
||||
.habit-table th, .habit-table td {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
padding: 8px;
|
||||
max-width: 22px;
|
||||
}
|
||||
|
||||
.habit-table th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.habit-click-me {
|
||||
font-weight: normal;
|
||||
font-size: calc(var(--font-size) * 0.7);
|
||||
line-height: calc(var(--line-height) * 0.7);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.habit-name {
|
||||
max-width: 15rem !important;
|
||||
}
|
||||
|
||||
.habit-cell.habit-brightness-1 { color: var(--grey5); outline-color: var(--grey5) !important; }
|
||||
@@ -291,9 +308,14 @@ pre span.org-doc {color:var(--green5);font-style:italic;
|
||||
pre span.org-css-selector {color:var(--blue5);font-weight:bold;}
|
||||
pre span.org-css-property {color:var(--purple4); font-weight: bold;}
|
||||
|
||||
tbody { border-bottom: 1px dotted var(--grey1); }
|
||||
thead { border-bottom: 1px solid var(--grey1); }
|
||||
th, td { padding-right: 4rem; }
|
||||
th.org-left { text-align: left; }
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 2px dotted var(--black);
|
||||
border-top: 2px dotted var(--grey1);
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
|
||||
Reference in New Issue
Block a user