Skip to content

Commit bfe67fb

Browse files
committed
fixes
1 parent 4740fec commit bfe67fb

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

lib/typography/demo.jade

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
tr
4343
td Light theme default type color
44-
td.big.opacity-87.variable color-text
44+
td.big.opacity-87.variable $color-text
4545
td.big.opacity-87.name Primary
4646
td.big.opacity-87.color #00000
4747
td.big.opacity-87.opacity 87%
@@ -51,13 +51,13 @@
5151
| Default light bg:
5252
br
5353
| Auth0 Grey, #e3e5e7
54-
td.big.opacity-54.variable color-text-light
54+
td.big.opacity-54.variable $color-text-light
5555
td.big.opacity-54.name Secondary
5656
td.big.opacity-54.color #00000
5757
td.big.opacity-54.opacity 54%
5858

5959
tr
60-
td.big.opacity-26.variable color-text-lighter
60+
td.big.opacity-26.variable $color-text-lighter
6161
td.big.opacity-26.name Disabled
6262
td.big.opacity-26.color #00000
6363
td.big.opacity-26.opacity 26%
@@ -68,7 +68,7 @@
6868

6969
tr
7070
td Light theme default type color
71-
td.big.opacity-100.variable color-text-contrast
71+
td.big.opacity-100.variable $color-text-contrast
7272
td.big.opacity-100.name Primary
7373
td.big.opacity-100.color #ffffff
7474
td.big.opacity-100.opacity 100%
@@ -78,21 +78,25 @@
7878
| Default light bg:
7979
br
8080
| Auth0 Grey, #e3e5e7
81-
td.big.opacity-70.variable color-text-contrast-light
81+
td.big.opacity-70.variable $color-text-contrast-light
8282
td.big.opacity-70.name Secondary
8383
td.big.opacity-70.color #ffffff
8484
td.big.opacity-70.opacity 70%
8585

8686
tr
87-
td.big.opacity-30.variable color-text-contrast-lighter
87+
td.big.opacity-30.variable $color-text-contrast-lighter
8888
td.big.opacity-30.name Disabled
8989
td.big.opacity-30.color #ffffff
9090
td.big.opacity-30.opacity 30%
9191

9292
hr
9393

9494
h3 Body text
95-
95+
96+
p
97+
strong strong $font-weight-bold
98+
p
99+
code $font-size-base = 14px
96100
p Is it possible to control man’s mental evolution so as to make him proof against the psychosis of hate and destructiveness? Here I am thinking by no means only of the so-called uncultured masses. Experience proves that it is rather the so-called “intelligentsia” that is most apt to yield to these disastrous collective suggestions, since the intellectual has no direct contact with life in the raw but encounters it in its easiest, synthetic form — upon the printed page. … But … here we have the best occasion of discovering ways and means to render all armed conflicts impossible.
97101
p I know that in your writings we may find answers, explicit or implied, to all the issues of this urgent and absorbing problem. But it would be of the greatest service to us all were you to present the problem of world peace in the light of your most recent discoveries, for such a presentation well might blaze the trail for new and fruitful modes of action.
98102

0 commit comments

Comments
 (0)