1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-01-07 05:49:20 +00:00

Split keycloak in to mini-recipes in preparation for traefik-forward-auth example

This commit is contained in:
David Young
2019-05-16 12:32:20 +12:00
parent cb10789a71
commit 4259dc5e22
16 changed files with 179 additions and 64 deletions

View File

@@ -22,6 +22,6 @@
font-size: .8rem;
transition: background-color .25s cubic-bezier(.1,.7,.1,1),color .25s cubic-bezier(.1,.7,.1,1);
}
#mailchimp input[type="seeubmit"]:hover {
#mailchimp input[type="submit"]:hover {
color: #F2C94C;
}