We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44adf31 commit f676277Copy full SHA for f676277
assets/css/custom.css
@@ -72,7 +72,7 @@
72
}
73
74
.language-switch-button {
75
- background-color: rgba(0, 0, 0, 0.5);
+ background-color: rgba(128, 128, 128, 1);
76
border-width: 2px;
77
border-style: solid;
78
border-color: white;
@@ -81,16 +81,15 @@
81
padding: 5px 10px;
82
cursor: pointer;
83
transition: opacity 0.3s, background-color 0.3s;
84
- opacity: 0.7;
+ opacity: 1;
85
86
87
body.page-language-js .language-switch-button.lang-js,
88
body.page-language-ts .language-switch-button.lang-ts {
89
background-color: black;
90
- color: white;
91
92
93
.language-switch-button:hover {
94
- opacity: 1;
95
- background-color: rgba(0, 0, 0, 0.8);
+ opacity: 0.8;
+ background-color: rgba(20, 20, 20, 0.8);
96
0 commit comments