diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 819039c..cbc8aed 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -55,3 +55,12 @@ } } } + +.editor-post-featured-image__action { + background-color: #e04d42; + color: white; + &:hover { + color: #e04d42; + background-color: white; + } +}