diff --git a/project.clj b/project.clj index 5d005e9..004c0ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.6-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.6" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"} diff --git a/resources/day8/re_frame/trace/main.css b/resources/day8/re_frame/trace/main.css index 96ae3d9..e0568fb 100644 --- a/resources/day8/re_frame/trace/main.css +++ b/resources/day8/re_frame/trace/main.css @@ -36,7 +36,7 @@ } #--re-frame-trace-- a, #--re-frame-trace-- a:visited { - color: #333; + color: #222222; border-bottom: 1px #333 dotted; } #--re-frame-trace-- a:hover, @@ -174,7 +174,7 @@ width: 100%; } #--re-frame-trace-- tbody { - color: #aaa; + color: #aaaaaa; } #--re-frame-trace-- tr:hover { transition: all 0.1s ease-out; @@ -216,7 +216,7 @@ } #--re-frame-trace-- .tab.active { background: transparent; - border-bottom: 3px solid lightblue; + border-bottom: 3px solid #add8e6; border-radius: 0; padding-bottom: 1px; } @@ -228,7 +228,7 @@ } #--re-frame-trace-- .filter-items li { color: #333; - background: #efefef; + background: #efeef1; display: inline-block; font-size: 0.9em; margin: 5px; @@ -258,7 +258,7 @@ } #--re-frame-trace-- .nav { background: #efeef1; - color: #222; + color: #222222; } #--re-frame-trace-- .panel-content-top { flex: 1;