Skip to content

Commit ea6c76b

Browse files
committed
Update kapa.css
1 parent dbb84a5 commit ea6c76b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/css/kapa.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ button#ask-percona-ai {
1313
border: none;
1414
border-radius: 0.1rem;
1515

16-
background: #AB4213;
17-
color: #E7C8BB;
16+
background: #05469F;
17+
color: #B8C8E2;
1818

1919
box-shadow: var(--md-shadow-z1);
2020

@@ -33,14 +33,14 @@ button#ask-percona-ai {
3333
}
3434

3535
button#ask-percona-ai:hover {
36-
background: #EB6F3B;
36+
background: #2E73DC;
3737
}
3838

3939
button#ask-percona-ai:focus-visible {
4040
outline: none;
4141
box-shadow:
42-
0 0 0 0.1rem rgba(235, 111, 59, 0.35),
43-
var(--md-shadow-z2);
42+
0 0 0 0.1rem rgba(46, 115, 220, 0.35),
43+
var(--md-shadow-z2);
4444
}
4545

4646
button#ask-percona-ai .percona-star,

0 commit comments

Comments
 (0)