diff --git a/src/cljs/commiteth/core.cljs b/src/cljs/commiteth/core.cljs index 8a36419..2ae949c 100644 --- a/src/cljs/commiteth/core.cljs +++ b/src/cljs/commiteth/core.cljs @@ -67,7 +67,7 @@ [:div.item [user-dropdown @user [[:update-address "Update address" {}] ["/logout" "Sign out" {:class "logout-link"}]]]]] - [:a.ui.button.small {:href js/authorizeUrl} "LOG IN \u2192"])))) + [:a.ui.button.small.login-button {:href js/authorizeUrl} "LOG IN \u2192"])))) (defn tabs [] (let [user (rf/subscribe [:user]) diff --git a/src/cljs/commiteth/repos.cljs b/src/cljs/commiteth/repos.cljs index fe1e6d0..0b2ae08 100644 --- a/src/cljs/commiteth/repos.cljs +++ b/src/cljs/commiteth/repos.cljs @@ -10,7 +10,7 @@ [:div.ui.button.small.repo-added-button (add-busy-styles {}) [:i.icon.check] "ADDED"] - [:div.ui.button.small + [:div.ui.button.small.add-repo-button (add-busy-styles {:on-click on-click}) "ADD"])] diff --git a/src/less/style.less b/src/less/style.less index f5f858d..e2553fb 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -30,10 +30,18 @@ } .ui.small.button { font-size: 13px!important; - background-color: rgba(255,255,255,0.2); color: #fff!important; } +.add-repo-button { + background-color: #57a7ed!important; +} + +.login-button { + background-color: rgba(255,255,255,0.2)!important; +} + + .commiteth-header { background-color: #57a7ed!important; border-radius: 0em;