generated from Seekra/repository-template
Change Colors #65
@@ -65,6 +65,6 @@ const getTooltipTranslation = function (colorScheme) {
|
||||
}
|
||||
|
||||
.color-scheme-button:hover {
|
||||
background: var(--light-d-2);
|
||||
background: var(--light-hover);
|
||||
}
|
||||
</style>
|
||||
@@ -100,7 +100,7 @@ const open = function () {
|
||||
}
|
||||
|
||||
.language-button:hover {
|
||||
background-color: var(--light-d-1);
|
||||
background-color: var(--light-hover);
|
||||
}
|
||||
|
||||
.chevron {
|
||||
@@ -138,7 +138,7 @@ const open = function () {
|
||||
}
|
||||
|
||||
.language-dropdown li:hover {
|
||||
background-color: var(--light-d-1);
|
||||
background-color: var(--light-hover);
|
||||
}
|
||||
|
||||
.language-dropdown li.active {
|
||||
|
||||
@@ -80,6 +80,8 @@ limitations under the License.
|
||||
|
||||
--gray-box-shadow: oklch(0.8 0.0001 271 / 0.7);
|
||||
--blue-box-shadow: oklch(0.52 0.15 268 / 0.25);
|
||||
|
||||
--light-hover: var(--light-d-2);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@@ -110,6 +112,8 @@ limitations under the License.
|
||||
--border: var(--black-l-6);
|
||||
|
||||
--gray-box-shadow: oklch(0.25 0.0001 271 / 0.7);
|
||||
|
||||
--light-hover: var(--light-d-5);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -140,4 +144,6 @@ limitations under the License.
|
||||
--border: var(--black-l-6);
|
||||
|
||||
--gray-box-shadow: oklch(0.25 0.0001 271 / 0.7);
|
||||
|
||||
--light-hover: var(--light-d-5);
|
||||
}
|
||||
Reference in New Issue
Block a user