Last dark mode changes before launch
authorMichael McMahon <michael@fsf.org>
Thu, 18 Mar 2021 17:06:08 +0000 (13:06 -0400)
committerMichael McMahon <michael@fsf.org>
Thu, 18 Mar 2021 17:06:08 +0000 (13:06 -0400)
2021/assets/css/custom.css
2021/live/index.html

index dcc6b3adfea6f7f67a27d17d59af8ab6e8737a1e..128c5b69e7eb4e396027cbb1d4d1689b537bd24e 100644 (file)
@@ -214,6 +214,10 @@ article.ical-howto h2 {
 
 /* Breadcrumb */
 
+.breadcrumb {
+  background-color: rgba(29, 30, 31, 0.85);
+}
+
 .breadcrumb > .active {
   color: rgb(38, 208, 61);
 }
@@ -1114,7 +1118,6 @@ border-radius: 5px
 }
 
 #program table td  {
-  /* DEBUG */
   border:1px solid rgb(255, 220, 67);
   width:33%;
   vertical-align:top;
index 330d9f2177bee0e6a158faf155123e1bd8efc61c..1eb27154368f2ae3d599048f533296b41927f20f 100755 (executable)
@@ -3,7 +3,7 @@
 <title>LibrePlanet 2021 ~ Live</title>
 
 <style>
-.special-irc { background-color: #e8f0ff; padding: 5px; margin-left: -5px; }
+.special-irc { background-color: #282a2b; padding: 5px; margin-left: -5px; }
 .special-irc a { border-bottom: thin solid blue }
 .special-irc a:hover, .special-irc a:focus { color: #46f }
 </style>