homegrade_theme_production/style-login.css
Nonimart 1886840c70
Some checks failed
continuous-integration/drone/push Build is failing
FINAL MERGE V2 (from antoine-merge branch)
2025-08-05 14:53:21 +02:00

38 lines
659 B
CSS

:root {
--red: #df1e1e;
}
body {
background: white;
}
#loginform {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
padding: 30px;
}
#login h1 a,
.login h1 a {
background-image: url('./resources/img/logos/homegrade-logo-complet.svg');
height: 100px;
width: 300px;
background-size: 300px 100px;
background-repeat: no-repeat;
padding-bottom: 10px;
}
#wp-submit {
background-color: var(--red) !important;
border-color: var(--red) !important;
}
#nav a,
#backtoblog a {
/* color: var(--red) !important; */
/* color: white !important; */
}
#loginform {
border: none;
}
.wp-pwd span {
color: var(--red) !important;
}