Merge branch 'feat/ui-0.7.0' into 'test'

Feat/ui 0.7.0

See merge request opensource/answer!357
This commit is contained in:
贾海涛(龙笛) 2022-12-17 15:16:52 +00:00
commit e2e7509169
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@
// style for colored navbar
&.theme-light {
background: linear-gradient(180deg, rgb(var(--bs-light-rgb)) 0%, rgba(var(--bs-light-rgb), 0.95) 100%);
background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 100%);
}
}

View File

@ -215,7 +215,6 @@ a {
max-width: 100%;
}
p {
word-break: break-word;
> code {
background-color: #e9ecef;
color: #212529;