This commit is contained in:
parent
2af3be014d
commit
77663243df
|
|
@ -1770,9 +1770,13 @@
|
|||
}
|
||||
|
||||
.method-sticker {
|
||||
background-color: grey;
|
||||
display: block;
|
||||
color: white;
|
||||
font-size: 13px;
|
||||
color: #919192;
|
||||
padding: 4px 8px;
|
||||
text-align: center;
|
||||
border-radius: 1px;
|
||||
display: inline-block;
|
||||
background-color: rgba(0, 0, 0, 0.53);
|
||||
}
|
||||
|
||||
#sidebar .category-content {
|
||||
|
|
|
|||
|
|
@ -1069,13 +1069,13 @@
|
|||
}
|
||||
|
||||
.method-sticker {
|
||||
background-color: #0e0e0e;
|
||||
font-size: 13px;
|
||||
color: #919192;
|
||||
padding: 4px 8px;
|
||||
text-align: center;
|
||||
border-radius: 1px;
|
||||
display: inline-block;
|
||||
color: #919192;
|
||||
font-size: 13px;
|
||||
background-color: $grey-clr;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
|
|
|
|||
Loading…
Reference in New Issue