feat(plugins/notable): add indepth mode (#635) [skip ci]
This commit is contained in:
@@ -171,6 +171,61 @@
|
||||
font-size: 12px;
|
||||
background-color: #959da520;
|
||||
}
|
||||
.contribution.organization.s {
|
||||
color: #EB355E;
|
||||
background-color: #EB355E26;
|
||||
border-color: #EB355E;
|
||||
}
|
||||
.contribution.organization.a {
|
||||
color: #D79533;
|
||||
background-color: #E7BD6926;
|
||||
border-color: #E7BD69;
|
||||
}
|
||||
.contribution.organization.b {
|
||||
color: #9D8FFF;
|
||||
background-color: #9E91FF26;
|
||||
border-color: #9E91FF;
|
||||
}
|
||||
.contribution.organization.c {
|
||||
color: #58A6FF;
|
||||
background-color: #58A6FF26;
|
||||
border-color: #58A6FF;
|
||||
}
|
||||
.contribution .gauge-base, .contribution .gauge-arc {
|
||||
stroke: currentColor;
|
||||
stroke-width: 4;
|
||||
}
|
||||
.contribution .gauge text {
|
||||
fill: currentColor;
|
||||
font-size: 12px;
|
||||
font-size: 15px;
|
||||
letter-spacing: -2px;
|
||||
}
|
||||
.contribution .gauge {
|
||||
margin: 0 4px;
|
||||
color: inherit;
|
||||
}
|
||||
.contribution .commits-icon {
|
||||
fill: currentColor;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin-left: -9px;
|
||||
margin-top: 8px;
|
||||
color: inherit;
|
||||
filter: brightness(.5);
|
||||
}
|
||||
.contribution.s .side {
|
||||
background-color: #EB355E26;
|
||||
}
|
||||
.contribution.a .side {
|
||||
background-color: #E7BD6926;
|
||||
}
|
||||
.contribution.b .side {
|
||||
background-color: #9E91FF26;
|
||||
}
|
||||
.contribution.c .side {
|
||||
background-color: #58A6FF26;
|
||||
}
|
||||
|
||||
.contribution.organization .avatar {
|
||||
margin: 0 4px;
|
||||
|
||||
Reference in New Issue
Block a user