From 28fb436e4a3c0aa7c926a4977531be06d6803b9b Mon Sep 17 00:00:00 2001 From: zkat Date: Thu, 16 Sep 2021 18:20:25 +0000 Subject: [PATCH] deploy: d5e01c1a7dcd4f54c2d584301b14df1c29c9eab5 --- index.html | 3 +-- logo-with-tagline.svg | 22 ++++++++++++++++++++++ styles/global.css | 9 --------- 3 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 logo-with-tagline.svg diff --git a/index.html b/index.html index 30f270b..d9737b4 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,7 @@
- KDL Logo -

The KDL Document Language

+ KDL: A cuddly document language

KDL is a document language with xml-like semantics that looks like you're diff --git a/logo-with-tagline.svg b/logo-with-tagline.svg new file mode 100644 index 0000000..8b00f3a --- /dev/null +++ b/logo-with-tagline.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/styles/global.css b/styles/global.css index 18a2b96..ace1e69 100644 --- a/styles/global.css +++ b/styles/global.css @@ -523,11 +523,6 @@ video { height: 5rem; } -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} - .mx-auto { margin-left: auto; margin-right: auto; @@ -559,10 +554,6 @@ video { --tw-ring-shadow: 0 0 #0000; } -.text-center { - text-align: center; -} - @-webkit-keyframes spin { to { transform: rotate(360deg);