Browse Source

Change "link button" color to match normal links

merge-requests/72/head
Deimos 5 years ago
parent
commit
806ebd7b17
  1. 6
      tildes/scss/themes/_theme_base.scss

6
tildes/scss/themes/_theme_base.scss

@ -132,9 +132,13 @@
}
.btn.btn-link {
color: map-get($theme, "button");
color: map-get($theme, "link");
background-color: transparent;
border-color: transparent;
&:hover {
color: map-get($theme, "link");
}
}
.btn.btn-primary {

Loading…
Cancel
Save