Footer enhancements
This commit is contained in:
parent
e2fa46c250
commit
34615a6f92
|
@ -141,8 +141,9 @@
|
|||
[:h3 "Top hunters"]
|
||||
[top-hunters]]]]
|
||||
[:div.ui.divider]
|
||||
(when-not (= "unknown" version)
|
||||
[:div.version-footer "Commit ETH version " [:a {:href (str "https://github.com/status-im/commiteth/commit/" version)} version]])]]]))
|
||||
[:div.commiteth-footer "Built by " [:a {:href "https://status.im"} "Status"]
|
||||
(when-not (= "unknown" version)
|
||||
[:div.version-footer "version " [:a {:href (str "https://github.com/status-im/commiteth/commit/" version)} version]])]]]]))
|
||||
|
||||
(secretary/set-config! :prefix "#")
|
||||
|
||||
|
|
|
@ -326,8 +326,19 @@ span.dropdown.icon {
|
|||
}
|
||||
}
|
||||
|
||||
.version-footer {
|
||||
.commiteth-footer {
|
||||
color: #a8aab1;
|
||||
line-height: 1.8em;
|
||||
a {
|
||||
&:hover {
|
||||
color: #a8aab1!important;
|
||||
}
|
||||
color: #a8aab1!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.version-footer {
|
||||
font-size: .8em;
|
||||
a {
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue