]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Tweak footer color in dark mode.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 16 Apr 2019 17:49:48 +0000 (13:49 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 16 Apr 2019 17:49:48 +0000 (13:49 -0400)
css/cups.css

index e4d2a2505480cd1c62fbec19370f0aac7dc01805..a25d97a5a989bc2994d5221483e05b0126e5b357 100644 (file)
@@ -399,6 +399,9 @@ div.body dd {
   DIV.table TABLE TH {
     background: #333;
   }
+  DIV.footer {
+    background: #222;
+  }
 }
 
 /* iPhone/iPod touch overrides */