diff --git a/.urn/themes/standard/standard.css b/.urn/themes/standard/standard.css index f019bbc..5635468 100644 --- a/.urn/themes/standard/standard.css +++ b/.urn/themes/standard/standard.css @@ -7,7 +7,7 @@ color: #fff; font-family: "Roboto", "Droid Sans", "Tahoma", "Arial", sans-serif; font-weight: bold; - background: linear-gradient(#222, #111); + background: #111; } .title, .attempt-count { padding-top: 4px; @@ -27,21 +27,21 @@ background: transparent; border-bottom: 1px solid rgba(255,255,255,0.1); } -.split { +.split, .split .split-time { color: #99a; } .current-split { color: #fff; - background: linear-gradient(#333, #111); + background: linear-gradient(#00b, #007); box-shadow: 0px 0px 8px rgba(0,0,0,0.65); border: 0; transition: .1s; } .split .split-time .done { - color: #fff; + color: #99a; } .current-split .split-time { - color: #eee; + color: #fff; background: transparent; } .split, .current-split, .split-title, .split-time, .split-delta, .split-last { @@ -84,7 +84,7 @@ .timer { text-shadow: 0px 2px 3px rgba(0,0,0,0.65); color: #4CAF50; - background: linear-gradient(#222, #111); + background: #111; transition: .5s; } .timer-millis {