style: avatar line dark & light mode
This commit is contained in:
parent
9123638181
commit
65ae6809e5
2 changed files with 8 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
content: " ";
|
content: " ";
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-right: 2px solid rgba(197, 209, 222, 0.15);
|
border-right: 2px solid rgba(34, 34, 34, 0.15);
|
||||||
width: 26px;
|
width: 26px;
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
|
@ -206,6 +206,12 @@
|
||||||
main a {
|
main a {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main.thread {
|
||||||
|
& li:not(:last-of-type) .card_avatar::after {
|
||||||
|
border-right: 2px solid rgba(197, 209, 222, 0.15);
|
||||||
|
}
|
||||||
|
}
|
||||||
.card_content {
|
.card_content {
|
||||||
& .action {
|
& .action {
|
||||||
color: orange;
|
color: orange;
|
||||||
|
|
|
@ -9,6 +9,7 @@ threads = Blueprint('threads', __name__)
|
||||||
# TODO: move following to an app config or sqlite #########
|
# TODO: move following to an app config or sqlite #########
|
||||||
server = 'https://social.ayco.io'
|
server = 'https://social.ayco.io'
|
||||||
thread_ids = [
|
thread_ids = [
|
||||||
|
'112460595916342992',
|
||||||
'112457129122626146',
|
'112457129122626146',
|
||||||
'112446314845243621',
|
'112446314845243621',
|
||||||
'112444960050385208',
|
'112444960050385208',
|
||||||
|
|
Loading…
Reference in a new issue