style: 整体文章样式优化

This commit is contained in:
ccnetcore
2026-02-02 21:33:53 +08:00
parent 6988dd224f
commit 9b7d98773b
5 changed files with 24 additions and 11 deletions

View File

@@ -147,25 +147,32 @@ width: 100%;
.edit ::v-deep(.auto-textarea-input){
/* background: none !important; */
background: #1D1E1F !important;
color: #fff !important;
color: rgba(255, 255, 255, 0.9) !important;
}
.edit ::v-deep(.content-input-wrapper)
{
background: #1D1E1F !important;
color: #fff !important;
color: rgba(255, 255, 255, 0.9) !important;
}
.edit ::v-deep(.v-note-edit)
{
background: #1D1E1F !important;
color: #fff !important;
color: rgba(255, 255, 255, 0.9) !important;
}
.edit ::v-deep(.v-note-op){
background: #1D1E1F !important;
color: #fff !important;
color: rgba(255, 255, 255, 0.9) !important;
}
.edit ::v-deep(.v-show-content){
background: #1D1E1F !important;
color: #fff !important;
color: rgba(255, 255, 255, 0.9) !important;
}
::v-deep(.v-note-show pre){
background: #282C34;
}
::v-deep(.add-image-link)
{
background: #282C34 !important;
}
</style>