color method arguments
This commit is contained in:
parent
5806d6bc6d
commit
cff5d65528
@ -354,7 +354,7 @@ table td:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table td code i {
|
table td code i {
|
||||||
color: black;
|
color: #00A707;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td code b {
|
table td code b {
|
||||||
@ -441,3 +441,17 @@ dl dd {
|
|||||||
.plugins td {
|
.plugins td {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#back-to-top {
|
||||||
|
text-decoration: none;
|
||||||
|
padding: 0px 10px 2px;
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
position: fixed;
|
||||||
|
top: -1px;
|
||||||
|
left: 0;
|
||||||
|
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user