got rid of css warnings

This commit is contained in:
Carter 2024-10-22 09:52:18 -06:00
parent ec6dc1ebec
commit d67b26c5ed

View file

@ -10,7 +10,8 @@
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Give declaration dropped warning */
/* -moz-osx-font-smoothing: grayscale; */
}
a {
@ -51,7 +52,8 @@ button:hover {
}
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
/* Gives a warning: declaration dropped */
/* outline: 4px auto -webkit-focus-ring-color; */
}
@media (prefers-color-scheme: light) {