targets #2
This commit is contained in:
parent
8747ffd137
commit
2cf9523e18
2 changed files with 7 additions and 1 deletions
|
@ -6,12 +6,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: rgb(40, 40, 60);
|
background: rgb(40, 40, 60);
|
||||||
color: rgb(245, 245, 255);
|
color: rgb(245, 245, 255);
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
|
|
|
@ -537,6 +537,12 @@
|
||||||
}
|
}
|
||||||
.desc {
|
.desc {
|
||||||
color: rgb(215, 215, 225);
|
color: rgb(215, 215, 225);
|
||||||
|
a.milestone {
|
||||||
|
color: rgb(255, 255, 255) !important;
|
||||||
|
&:hover {
|
||||||
|
color: rgb(255, 130, 130) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue