diff --git a/public/css/brands.css b/public/css/brands.css index 67a8efc..6585c7c 100644 --- a/public/css/brands.css +++ b/public/css/brands.css @@ -63,6 +63,12 @@ button { /* Brand Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ +/* Default */ +.button.button-default { + color: #ffffff; + background-color: #0085ff; +} + /* Discord */ .button.button-discord { color: #ffffff; @@ -349,4 +355,4 @@ button { .button.button-ghost { color: #000; background-color: #fff; -} \ No newline at end of file +}