# presentation/tokens/learning.tokens.css

> 16 lines of code and 0 definitions.

Tree: Site tree
Language: css
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-presentation-tokens-learning-tokens-css
Source text: https://banes-lab.com/assets/sources/source.cec91824c96e554fe4fe0358ca7cf276a76efc9c287739bc1028dced6ece47a0.generated.txt

## Source

```css
:root {
    --learning-height: 46rem;
    --learning-max-width: 36rem;
    --learning-stroke: 1;
    --learning-tag-stroke: 0.45;
    --learning-rail-stroke: 1.2;
    --learning-trace-stroke: 2.4;
    --learning-lit-stroke: 1.6;
    --learning-icon-size: 11px;
    --learning-label-size: 10px;
    --learning-stop-size: 10px;
    --learning-tone-head: 0.16;
    --learning-tone-tail: 0.03;
    --learning-stop-fill: #1b1b1b;
    --learning-lit-fill: #241d0f;
}
```
