resize and color of links

This commit is contained in:
Trent White 2016-05-20 15:58:14 -04:00
parent de26a17dc7
commit c727c3c441
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@ init_cmds = [
["go", "build", "-o", "./bin/grafana-server", "./pkg/cmd/grafana-server"],
["./bin/grafana-server"]
]
watch_all = true
watch_all = false
watch_dirs = [
"$WORKDIR/pkg",
"$WORKDIR/public/views",

View File

@ -1,8 +1,14 @@
footer {
font-size: 75%;
a {
color: $gray-1;
}
}
.grafana-version-info {
position: absolute;
bottom: 2px;
left: 3px;
font-size: 80%;
color: darken($gray-1, 25%);
a { color: darken($gray-1, 25%); }
}