]> git.sesse.net Git - ultimatescore/commitdiff
Make the carousel a tad less transparent.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 30 Oct 2017 20:03:34 +0000 (21:03 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 30 Oct 2017 20:03:34 +0000 (21:03 +0100)
score.css

index e2d5edc97a1c47b5090693cd10bedc21422fb831..664562e43972656bdbd6232cbe928f886701998a 100644 (file)
--- a/score.css
+++ b/score.css
@@ -285,7 +285,7 @@ body {
 }
 #carousel tr {
   /* background: rgba(0, 0, 170, 0.8); */
-  background: linear-gradient(to bottom, rgba(0, 0, 170, 0.8), rgba(0, 0, 130, 0.8));
+  background: linear-gradient(to bottom, rgba(0, 0, 170, 0.9), rgba(0, 0, 130, 0.9));
   /* -webkit-animation: fade-in calc(counter(rowNumber) * 1.0)s ease; */
   -webkit-animation: fade-in calc(counter-value(rowNumber) * 1.0s) ease;
 }