Skip to content

Commit 349c176

Browse files
committed
Исправлена темная тема в странице авторов
1 parent 359e083 commit 349c176

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

frontend/docs/components/Authors.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
}
9191
9292
.contributor-card {
93-
background: #fff;
94-
border: 1px solid #ddd;
93+
background: var(--vp-c-bg-soft);
94+
border: 1px solid var(--vp-c-border);
9595
border-radius: 12px;
9696
padding: 16px;
9797
width: 250px;
@@ -118,16 +118,14 @@
118118
button {
119119
padding: 8px 16px;
120120
font-size: 14px;
121-
background-color: #eee;
122-
border: 1px solid #ccc;
121+
background-color: var(--vp-c-bg-soft);
122+
border: 1px solid var(--vp-c-border);
123123
border-radius: 6px;
124124
cursor: pointer;
125125
}
126126
127127
button:disabled {
128-
background-color: #f5f5f5;
129-
color: #999;
130-
cursor: not-allowed;
128+
visibility: hidden
131129
}
132130
</style>
133131

0 commit comments

Comments
 (0)