mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
Add checkmark icon align to right and colo
This commit is contained in:
parent
b644aa817b
commit
e0782779f1
1 changed files with 17 additions and 0 deletions
|
@ -988,4 +988,21 @@ pre .copy-to-clipboard:hover {
|
||||||
transform-style: preserve-3d;
|
transform-style: preserve-3d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add checkmark icon align to right and color*/
|
||||||
|
#sidebar ul.topics > li > a .fa {
|
||||||
|
margin-top: 9px;
|
||||||
|
}
|
||||||
|
#sidebar ul li .fa {
|
||||||
|
display: none;
|
||||||
|
float: right;
|
||||||
|
font-size: 13px;
|
||||||
|
min-width: 16px;
|
||||||
|
margin: 4px 0 0 0;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
#sidebar ul li.visited > a .read-icon {
|
||||||
|
color: #8451a1;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
|
Loading…
Reference in a new issue