mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
resize and color of links
This commit is contained in:
@@ -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%); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user