vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-14 12:01:45 +02:00
parent 01404e960e
commit 316b03e926

View file

@ -604,6 +604,9 @@
color: rgb(215, 215, 225) !important; color: rgb(215, 215, 225) !important;
a { a {
color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;
&:hover {
color: rgb(255, 130, 130) !important;
}
} }
} }
} }
@ -612,6 +615,24 @@
border: 0; 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;
}
}
}
}
} }
} }
} }