diff --git a/.gitattributes b/.gitattributes index 199d0374b6..4c2a8463da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ bin/* filter=lfs diff=lfs merge=lfs -text bin/*/* filter=lfs diff=lfs merge=lfs -text -pkg/arvo/**/*.css binary pkg/arvo/app/naive/logs.eth-logs filter=lfs diff=lfs merge=lfs -text **/package-lock.json binary merge=theirs pkg/arvo/tmp/garden.jam filter=lfs diff=lfs merge=lfs -text diff --git a/pkg/arvo/neo/cod/std/src/fil/feather-intro.txt b/pkg/arvo/neo/cod/std/src/fil/feather-intro.txt index 81edff48c3..22105866c0 100644 --- a/pkg/arvo/neo/cod/std/src/fil/feather-intro.txt +++ b/pkg/arvo/neo/cod/std/src/fil/feather-intro.txt @@ -160,6 +160,27 @@ This document uses it. == +;div.f2.mono + ;div.fr.g4.p2.bd1.br1(style "margin-top: 50px;") + ;div.p2.br1.b1; + ;div.p2.br1.b1.tc.basis-half: basis-half + ;div.p2.br1.b1; + == + + ;div.fr.g4.p2.bd1.br1(style "margin-top: 20px;") + ;div.p2.br1.b1; + ;div.p2.br1.b1.tc.basis-full: basis-full + ;div.p2.br1.b1; + == + + ;div.fr.g4.p2.bd1.br1(style "margin-top: 20px;") + ;div.p2.br1.b1; + ;div.p2.br1.b1.tc.basis-none: basis-none + ;div.p2.br1.b1; + == +== + + ----------------------------------------------- ## Typography diff --git a/pkg/arvo/neo/cod/std/src/fil/feather.css b/pkg/arvo/neo/cod/std/src/fil/feather.css index c9933717b1..77fa4169a1 100644 --- a/pkg/arvo/neo/cod/std/src/fil/feather.css +++ b/pkg/arvo/neo/cod/std/src/fil/feather.css @@ -72,6 +72,8 @@ textarea, select { color: inherit; letter-spacing: inherit; line-height: inherit; + outline: none; + accent-color: black; } textarea { resize: none; @@ -705,7 +707,9 @@ body { .border { border: 0.8px solid var(--f3); } - +.br0 { + border-radius: 0px; +} .br1 { border-radius: 3px; } @@ -773,7 +777,7 @@ body { } .prose p { margin: 1rem 0; - line-height: var(--line-height); + line-height: 1.4; } .prose img { margin: 1rem 0;