blob: 5826cb2b2f887f058e67558875cfff120675dd3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/*******************************
Site Overrides
*******************************/
/* Notification Label on GitHub */
.ui.floating.blue.label {
border: 2px solid #f3f3f3 !important;
background-image: linear-gradient(#7aa1d3, #4078c0) !important;
}
|