Skip to content

Commit

Permalink
Merge pull request #275 from amitb0ra/fix/translate-button-fix
Browse files Browse the repository at this point in the history
Fix: UI Changes Needed for Translate Button and Language Display Issues
  • Loading branch information
Anuj3553 authored Oct 27, 2024
2 parents d63df0d + ccbf4f2 commit 621b506
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions client/visi.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,43 @@
background-color: rgba(0, 0, 0, 0.7); /* Darker background for dark mode */
box-shadow: 0 6px 12px rgba(255, 255, 255, 0.1),
0 2px 4px rgba(255, 255, 255, 0.05);
}

.dark-mode .visitor-counter div {
color: #f0f0f0; /* Lighter text for dark mode */
}

.dark-mode .visitor-counter .website-counter {
color: #f0f0f0; /* Lighter color for consistency */
}

.dark-mode .visitor-counter {
background-color: rgba(0, 0, 0, 0.7); /* Darker background for dark mode */
box-shadow: 0 6px 12px rgba(255, 255, 255, 0.1),
0 2px 4px rgba(255, 255, 255, 0.05);
}

div .gt_float_switcher {
font-size: 14px;
background: #1e1e1e;
border-radius: 10px;
color: white;
}

div .gt_float_switcher .gt_options a {
font-size: 14px;
background: #1e1e1e;
color: white;
}

.gt-current-lang {
background-color: #1e1e1e;
}

div .gt-lang-code {
color: white;
}

div .gt_float_switcher-arrow {
color: white;
}

0 comments on commit 621b506

Please sign in to comment.