diff --git a/content/.vuepress/scss/pages/_page.scss b/content/.vuepress/scss/pages/_page.scss
index a0e9d2f..d91ddc1 100644
--- a/content/.vuepress/scss/pages/_page.scss
+++ b/content/.vuepress/scss/pages/_page.scss
@@ -113,6 +113,21 @@
font-size: 1rem;
}
+ blockquote {
+ left: 2px;
+ padding-left: 2rem;
+ position: relative;
+
+ &::before {
+ width: 5px; height: 100%;
+ top: 0; left: 0;
+
+ background-color: $teal;
+ content: "";
+ position: absolute;
+ }
+ }
+
p, ol, ul:not(.overview__ecosystem__module), table {
code {
background-color: $black;
diff --git a/content/overview/index.md b/content/overview/index.md
index 188d02f..64a9347 100644
--- a/content/overview/index.md
+++ b/content/overview/index.md
@@ -8,20 +8,15 @@ What if anyone in the world could publish a piece of digital content, anyone els
That's the idea behind LBRY.
-
To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
+> To create a market for accessing and publishing information1 that is global2, decentralized3, robust4, optimal5 and complete6.
That's a fancy sentence, so here's a plainer one: we just thought it'd be really damn cool if there was a system that stored as much of the world's information as possible, but was owned and controlled by no one.
-1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
-
-2. Accessible anywhere in the world on any internet-connected device.
-
-3. Not controlled by any one person, party or authority.
-
-4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.
-
-5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers).
-
+1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
+2. Accessible anywhere in the world on any internet-connected device.
+3. Not controlled by any one person, party or authority.
+4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.
+5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers).
6. The most complete collection of world’s books, films, art, games, etc. should be available via LBRY.
## Ecosystem Overview