Skip to content

Commit

Permalink
[mirotalk] - rb
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 10, 2024
1 parent 85abd6e commit b9361f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ body {
}

#buttonsBar button:hover {
color: white;
background: var(--body-bg);
/* color: white;
background: var(--body-bg); */
transform: translateY(-3px);
}

Expand Down Expand Up @@ -332,8 +332,8 @@ body {
}

#bottomButtons button:hover {
color: white;
background: var(--body-bg);
/* color: white;
background: var(--body-bg); */
transform: var(--btns-hover-scale);
}

Expand Down Expand Up @@ -711,8 +711,8 @@ button {
}

button:hover {
color: white !important;
background: var(--body-bg);
/* color: white !important;
background: var(--body-bg); */
}

/*--------------------------------------------------------------
Expand Down

0 comments on commit b9361f0

Please sign in to comment.