diff --git a/app/assets/images/kb_logo_small.png b/app/assets/images/kb_logo_small.png new file mode 100644 index 0000000..060e30d Binary files /dev/null and b/app/assets/images/kb_logo_small.png differ diff --git a/app/assets/stylesheets/blacklight.scss b/app/assets/stylesheets/blacklight.scss index a171378..ed3b92b 100644 --- a/app/assets/stylesheets/blacklight.scss +++ b/app/assets/stylesheets/blacklight.scss @@ -1,3 +1,4 @@ @import 'bootstrap'; +@import 'blacklight/overrides'; @import 'blacklight/blacklight'; diff --git a/app/assets/stylesheets/blacklight/overrides.scss b/app/assets/stylesheets/blacklight/overrides.scss new file mode 100644 index 0000000..51bb1da --- /dev/null +++ b/app/assets/stylesheets/blacklight/overrides.scss @@ -0,0 +1,3 @@ +/* Warning! If you want to change these, just copy them into your own theme css. But you want to remove the !default, which only will set them if not already set. */ + +$logo-image: image_url('kb_logo_small.png') !default;