mirror of
https://github.com/documize/community.git
synced 2025-08-08 23:15:29 +02:00
Change document metric colour from green to primary colour (blue)
This commit is contained in:
parent
6dbf074a50
commit
038e916db1
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
> .metric {
|
> .metric {
|
||||||
@extend .cursor-pointer;
|
@extend .cursor-pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $color-link;
|
color: $color-primary;
|
||||||
|
|
||||||
.number {
|
.number {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color-gray;
|
color: $color-primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue