diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index 11d747a16..f0d480ca2 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -72,6 +72,19 @@ div#foot{      color: $navbar-dark-color;  } +.breadcrumb button{ +    border: 0 transparent; +    background-color: transparent; +} + +.breadcrumb a:hover{ +    text-decoration: none; +} + +.breadcrumb button:hover{ +    cursor: pointer; +    color: darken($primary, 10%); +}  /*  // required  @import "bootstrap-src/scss/functions"; | 
