The KDL Document Language
+The KDL Document Language
KDL is a document language with xml-like semantics that looks like you're diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..732c00f --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/global.css b/styles/global.css index 11bb2f2..274fad3 100644 --- a/styles/global.css +++ b/styles/global.css @@ -511,11 +511,6 @@ video { height: auto; } -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - .table { display: table; } @@ -524,16 +519,33 @@ video { display: contents; } -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; +.h-20 { + height: 5rem; } -.py-10 { - padding-top: 2.5rem; +.text-2xl { + font-size: 1.5rem; + line-height: 2rem; +} + +.mx-auto { + margin-left: auto; + margin-right: auto; +} + +.px-4 { + padding-left: 1rem; + padding-right: 1rem; +} + +.pb-10 { padding-bottom: 2.5rem; } +.pt-20 { + padding-top: 5rem; +} + * { --tw-shadow: 0 0 #0000; }