mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
fixed build errors
This commit is contained in:
parent
0d5c992c18
commit
02097962a9
1 changed files with 4 additions and 4 deletions
|
@ -1366,7 +1366,7 @@ footer {
|
||||||
border-left: 5px solid;
|
border-left: 5px solid;
|
||||||
|
|
||||||
&.bg-info {
|
&.bg-info {
|
||||||
border-left-color: $info;
|
border-left-color: #0dcaf0; /* Hardcoded Bootstrap info color */
|
||||||
}
|
}
|
||||||
|
|
||||||
&.bg-warning {
|
&.bg-warning {
|
||||||
|
@ -1411,8 +1411,8 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure markdown content is properly styled */
|
/* Fix the :deep selector issue by using ::v-deep instead */
|
||||||
:deep(.markdown-content) {
|
::v-deep .markdown-content {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
@ -1484,7 +1484,7 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.markdown-content) {
|
::v-deep .markdown-content {
|
||||||
code, pre {
|
code, pre {
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue