Skip to content

Commit

Permalink
hide feedback and lang switch
Browse files Browse the repository at this point in the history
  • Loading branch information
rue-a committed Feb 7, 2025
1 parent 5e44d5e commit fbe29ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ body {
cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s;
display: none;
}

#lang-switch-button:focus {
background-color: #87cdd7;

}

#next-tip-button {
Expand All @@ -138,4 +140,5 @@ body {
color: #00afc8;
position: fixed;
bottom: 20px;
display: none;
}

0 comments on commit fbe29ac

Please sign in to comment.