hexo-theme-keep/source/css/layout/_partial/valine.styl

63 lines
953 B
Stylus
Raw Normal View History

2020-04-01 12:09:06 +08:00
@require '../common/variables.styl'
.valine-container {
#vcomments {
.vheader {
.vinput {
&:focus {
2020-04-01 22:42:24 +08:00
border-bottom: 1px solid $primary-color !important;
}
}
}
.vcontrol {
.col-20 a {
display: none;
}
.col-80 {
button.vsubmit {
background: transparent !important;
color: var(--normal-text-color); !important;
border: 1px solid var(--normal-text-color); !important;
&:hover {
2020-04-01 22:42:24 +08:00
color: $primary-color !important;
border: 1px solid $primary-color !important;
}
}
}
}
.vlist {
.vcard {
.vhead {
.vnick {
&::before {
2020-04-01 22:42:24 +08:00
background: $primary-color !important;
}
2020-04-01 22:42:24 +08:00
color: $primary-color;
}
}
}
}
.info {
.txt-right {
display none
}
}
}
}