diff --git a/homepage/index.html b/homepage/index.html index 74a73c1e2..8ec710610 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -34,12 +34,12 @@ } .container h2 { - padding-bottom: 1.5rem; + padding-bottom: 1rem; } html, body { - background-color: #282a36; + background-color: #2e3436; } object { @@ -53,27 +53,21 @@ color: #f8f8f2; } .red { - color: #ff5555; - } - .green { - color: #50fa7b; - } - .cyan { - color: #8be9fd; + color: #ef2929; } - + .green, a { - color: #50fa7b; + color: #8ae234; } - .btn { - box-shadow: 5px 5px #1d1b22; - } - - img { - /* box-shadow: 10px 10px #1d1b22; */ + .img-wrapper { + width: atuo; border: var(--bs-card-border-width) solid var(--bs-card-border-color); border-radius: var(--bs-border-radius); + background-color: #2e3436; + } + .img-wrapper img { + max-width: 100%; } object { @@ -92,10 +86,6 @@ line-height: 45px; } - - - - @media only screen and (min-width: 900px) { .screenshot { max-width: 800px; @@ -121,43 +111,46 @@
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim - veniam, quis nostrud exercitation. -
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do + eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad + minim veniam, quis nostrud exercitation. +
+
+
+ Difftastic parses your code with tree-sitter. Unlike a line-oriented text diff, difftastic understands that the inner expression hasn't @@ -166,11 +159,15 @@
+
+ Has your code formatter decided to split something over multiple lines? Difftastic can show what has actually changed. @@ -178,17 +175,23 @@
+
+ Have you added a wrapper? Difftastic can match the delimiters exactly.
-
+
+ Even if you change the inner content, difftastic can still show you the additional wrapper. @@ -196,14 +199,16 @@
+
+
Do you know how to read
@@ -5,6 +5,7 @@ syntax? Difftastic shows the actual
@@ -213,42 +218,25 @@
- Difftastic is - MIT licensed. Download it, modify it, share it with your friends! -
++ Difftastic is + MIT licensed. Download it, modify it, share it with your friends! +
+