Add wordpress to brand CSS

main
iooner 2020-12-09 22:51:18 +01:00 committed by GitHub
parent 8b5ba43b1e
commit 3aed4ca095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -269,3 +269,10 @@ button:hover,
.button.button-youtube:focus {
filter: brightness(90%) }
/* Wordpress */
.button.button-wordpress {
color: #FFFFFF;
background-color: #0073AA }
.button.button-wordpress:hover,
.button.button-wordpress:focus {
filter: brightness(90%) }