got rid of css warnings
This commit is contained in:
parent
ec6dc1ebec
commit
d67b26c5ed
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
font-synthesis: none;
|
font-synthesis: none;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
/* Give declaration dropped warning */
|
||||||
|
/* -moz-osx-font-smoothing: grayscale; */
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -51,7 +52,8 @@ button:hover {
|
||||||
}
|
}
|
||||||
button:focus,
|
button:focus,
|
||||||
button:focus-visible {
|
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) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue