Author: bobharner
Date: Tue Apr 28 01:53:59 2020
New Revision: 1059891

Log:
Updated CSS from pico.dev, minor tweaks

Removed:
    websites/production/tapestry/content/cache/main.pageCache
Modified:
    websites/production/tapestry/content/styles/main.css
    websites/production/tapestry/content/styles/main.less

Modified: websites/production/tapestry/content/styles/main.css
==============================================================================
--- websites/production/tapestry/content/styles/main.css (original)
+++ websites/production/tapestry/content/styles/main.css Tue Apr 28 01:53:59 
2020
@@ -5,10 +5,18 @@ body {
   font-weight: 400;
   background-color: white;
 }
+body > div > p {
+  display: none;
+}
 header {
   color: white;
   background-color: black;
 }
+header a.navbar-brand {
+  padding: 0px 0px;
+  margin-top: -8px;
+  margin-bottom: -8px;
+}
 footer {
   background-color: #f0f9eb;
   font-size: 0.95rem;
@@ -51,8 +59,8 @@ ul {
   width: inherit;
 }
 code {
-  color: #721c24;
-  background-color: #f8d7da;
+  color: #559d2f;
+  background-color: #f0f9eb;
 }
 .table td,
 .table th {
@@ -103,7 +111,7 @@ article .container #whatIs h3 {
   padding-bottom: 30px;
 }
 article .container #twitter-container {
-  font-size: 0.85rem;
+  font-size: 0.95rem;
 }
 article .container #twitter-container .blog-post-listing {
   margin-bottom: 15px;
@@ -324,7 +332,7 @@ article .container ul ul {
   color: #88d062;
 }
 .navbar-light .navbar-nav .nav-link.active:active {
-  color: #203b12;
+  color: #88d062;
 }
 .navbar-light .navbar-nav .nav-link.active:visited {
   color: white;
@@ -343,12 +351,6 @@ article .container ul ul {
   border-top-color: #88d062;
   box-shadow: 0 0px 8px rgba(10, 10, 10, 0.1);
 }
-.dropdown.show .dropdown-menu {
-  display: none;
-}
-.dropdown:hover .dropdown-menu {
-  display: block;
-}
 .dropdown-item {
   color: #559d2f;
 }
@@ -384,4 +386,4 @@ article .container ul ul {
   .navbar-brand span {
     display: inline;
   }
-}
+}
\ No newline at end of file

Modified: websites/production/tapestry/content/styles/main.less
==============================================================================
--- websites/production/tapestry/content/styles/main.less (original)
+++ websites/production/tapestry/content/styles/main.less Tue Apr 28 01:53:59 
2020
@@ -67,9 +67,19 @@ body {
   background-color: @page-background-color;
 }
 
+body > div > p {
+    display: none;
+}
+
 header {
     color: white;
     background-color: black;
+
+    a.navbar-brand {
+        padding: 0px 0px;
+        margin-top: -8px;
+        margin-bottom: -8px;
+    }
 }
 
 footer {
@@ -118,8 +128,8 @@ ul {
 }
 
 code {
-    color: #721c24;
-    background-color: #f8d7da;
+    color: @base-color;
+    background-color: @base-lighten-2-color;
 }
 
 .table td, .table th {
@@ -182,7 +192,7 @@ article {
         }
 
         #twitter-container {
-            font-size: @small-font-size;
+            font-size: @medium-font-size;
 
             .blog-post-listing {
                 margin-bottom: 15px;
@@ -401,6 +411,7 @@ article {
 .container {
     max-width: 1300px;
 }
+
 .navbar-light .navbar-brand {
     color: white;
 
@@ -426,7 +437,7 @@ article {
     }
 
     &:active {
-        color: @base-link-active-color;
+        color: @navbar-hover-link-color;
     }
 
     &:visited {
@@ -451,14 +462,6 @@ article {
     box-shadow: 0 0px 8px rgba(10,10,10,.1);
 }
 
-.dropdown.show .dropdown-menu {
-    display: none;
- }
-
-.dropdown:hover .dropdown-menu {
-   display: block;
-}
-
 .dropdown-item {
     color: @base-link-color;
 
@@ -507,4 +510,4 @@ article {
             display: inline;
         }
     }
-}
+}
\ No newline at end of file


Reply via email to