logicline 0.2.2

Logic processing engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
}

.logicline_block {
  cursor: pointer;
}