Browse Source

css fixes

Gregg Tavares 6 years ago
parent
commit
bd8b91ae88
1 changed files with 13 additions and 3 deletions
  1. 13 3
      threejs/lessons/resources/lesson.css

+ 13 - 3
threejs/lessons/resources/lesson.css

@@ -84,6 +84,9 @@ div[data-diagram] {
 .lesson-main>.threejs_example_container {
     max-width: 90%;
 }
+.lesson-main>img {
+  width: unset;
+}
 
 .threejs_example {
     width: 100%;
@@ -168,9 +171,6 @@ div[data-diagram] {
     margin-top: 3em;
     margin-bottom: 2em;
 }
-.lesson-main {
-  gbackground-color: #ffe;
-}
 .lesson-sidebar {
     font-size: small;
     columns: 220px;
@@ -497,4 +497,14 @@ pre.prettyprint.lighttheme .fun { color: #900; }  /* function name */
   .lesson-sidebar {
     background: #222;
   }
+  .lesson-main>blockquote {
+    background-color: #1b1b44;
+  }
+  div.threejs_bottombar {
+    background-color: #1b1b44;
+  }
+  div.threejs_bottombar code {
+    background-color: #348;
+  }
+}
 }