Skip to content

Commit 6ebd993

Browse files
committed
fix: fix color buttons on deploy
1 parent 50f67b1 commit 6ebd993

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@
155155
}
156156

157157
/* Цвет текста “кнопок-ссылок” */
158-
.dark a[data-slot="button"][href^="/qqracha/leetcodeAndPython/notes/"] {
158+
.dark a[data-slot="button"][href^="/leetcodeAndPython/notes/"] {
159159
color: #bd799e;
160160
}
161161

162-
.dark a[data-slot="button"][href^="/qqracha/leetcodeAndPython/leetcode/"] {
162+
.dark a[data-slot="button"][href^="/leetcodeAndPython/leetcode/"] {
163163
color: #bd799e;}
164-
.dark a[data-slot="button"][href^="/qqracha/leetcodeAndPython/"] {
164+
.dark a[data-slot="button"][href^="/leetcodeAndPython/"] {
165165
color: #bd799e;}
166166

167167
/* Наведение */

0 commit comments

Comments
 (0)