Fix light theme comment border color
This commit is contained in:
parent
2eeadd4c3c
commit
9d340b41d1
|
@ -315,10 +315,15 @@
|
|||
}
|
||||
|
||||
.bd-minimal .comment {
|
||||
border-left:2px solid #303030;
|
||||
border-left:2px solid #EBEBEB;
|
||||
padding-left:2px;
|
||||
}
|
||||
|
||||
.bd-minimal .theme-dark .comment {
|
||||
border-left:2px solid #303030;
|
||||
}
|
||||
|
||||
|
||||
.bd-minimal .user-name {
|
||||
font-size:small;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue