Changes to styles

This commit is contained in:
Jeremy Rangel
2024-12-23 04:10:45 -08:00
parent 44c621e0da
commit 93cc7be3bf
2 changed files with 4 additions and 2 deletions

View File

@ -176,7 +176,7 @@ function lcp_inject_breakpoints_to_frontend() {
} }
</style>"; </style>";
} }
add_action('wp_head', 'lcp_inject_breakpoints_to_frontend'); add_action('wp_head', 'lcp_inject_breakpoints_to_frontend',5);

View File

@ -143,4 +143,6 @@ Version: 1.0
background-color: #333; background-color: #333;
cursor: pointer; cursor: pointer;
border-radius: 5px; border-radius: 5px;
} }