about summary refs log tree commit diff
path: root/web/static/tvl.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/tvl.css')
-rw-r--r--web/static/tvl.css67
1 files changed, 10 insertions, 57 deletions
diff --git a/web/static/tvl.css b/web/static/tvl.css
index aea4d426ea..b28736bce1 100644
--- a/web/static/tvl.css
+++ b/web/static/tvl.css
@@ -35,70 +35,19 @@ body {
     font-family: jetbrains-mono, monospace;
 }
 
-p, a :not(.uncoloured-link) {
-    color: inherit;
-}
-
 h1, h2, h3 {
     line-height: 1.2
 }
 
-/* Homepage styling */
-
-.dark {
-    background-color: #181818;
-    color: #e4e4ef;
-}
-
-.dark-link, .interblag-title {
-    color: #96a6c8;
-}
-
-.entry-container {
-    display: flex;
-    flex-direction: row;
-    flex-wrap: wrap;
-    justify-content: flex-start;
-}
-
-.interblag-title {
-    text-decoration: none;
-}
-
-.entry {
-    width: 42%;
-    margin: 5px;
-    padding-left: 7px;
-    padding-right: 5px;
-    border: 2px solid;
-    border-radius: 5px;
-    flex-grow: 1;
-    text-decoration: none;
-}
-
-.misc {
-    color: #73c936;
-    border-color: #73c936;
-}
+/* Blog Posts */
 
-.blog {
-    color: #268bd2;
-    border-color: #268bd2;
+article {
+    line-height: 1.5em;
 }
 
-.project {
-    color: #ff4f58;
-    border-color: #ff4f58;
-}
-
-.entry-title {
-    color: inherit !important;
-    font-weight: bold;
-    text-decoration: none;
-}
-
-.entry-date {
-    font-style: italic;
+/* spacing between the paragraphs in blog posts */
+article p {
+    margin: 1.4em auto;
 }
 
 /* Blog styling */
@@ -139,6 +88,10 @@ pre {
     overflow: auto;
 }
 
+code {
+    background: aliceblue;
+}
+
 img {
     max-width: 100%;
 }