diff css/app.css @ 288:2e13395adcc0

Major design change, footer, texts.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 29 May 2022 01:25:16 +0900
parents 598d7f098082
children 8da97b471f16
line wrap: on
line diff
--- a/css/app.css	Sat May 28 17:48:14 2022 +0900
+++ b/css/app.css	Sun May 29 01:25:16 2022 +0900
@@ -1,7 +1,20 @@
 /* Custom classes*/
 
+body { background-color: #333; }
+div.white {
+  background-color: #FFF;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+  flex-wrap: wrap;
+}
+
 h3, h4 { margin-top: 1em; }
-footer { margin-top: 2em; }
+footer {
+  color: #FFF;
+  background-color: #333;
+}
 
 .octave-logo { min-width: 160px; }
 .octave-logo a,
@@ -34,8 +47,13 @@
   margin: auto;
 }
 
-.top-bar ul li a { color: #FFF; }
-.top-bar ul li a:hover { background-color: #585858; }
+.top-bar ul li a,
+footer ul li a { color: #FFF; }
+.top-bar ul li a:hover,
+footer ul li a:hover {
+  color: #FFF;
+  background-color: #585858;
+}
 
 .reveal img { width: 100%; }