targets #3
This commit is contained in:
parent
01404e960e
commit
316b03e926
1 changed files with 21 additions and 0 deletions
|
@ -604,6 +604,9 @@
|
|||
color: rgb(215, 215, 225) !important;
|
||||
a {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
&:hover {
|
||||
color: rgb(255, 130, 130) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -612,6 +615,24 @@
|
|||
border: 0;
|
||||
}
|
||||
}
|
||||
&.event {
|
||||
.badge {
|
||||
background: rgb(60, 60, 90);
|
||||
border-color: rgb(60, 60, 90);
|
||||
.svg {
|
||||
fill: rgb(255, 255, 255);
|
||||
}
|
||||
}
|
||||
.text.grey {
|
||||
color: rgb(215, 215, 225) !important;
|
||||
a {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
&:hover {
|
||||
color: rgb(255, 130, 130) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue