Skip to content

Commit

Permalink
Merge pull request #1763 from codebar/remove-non-bootstrap-link-styles
Browse files Browse the repository at this point in the history
Fix double underline bug on links after migrating to Bootstrap 5
  • Loading branch information
matyikriszta committed Jun 3, 2022
2 parents 50b078a + 94676b2 commit 151d7ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/

@import "partials/colors";
@import "partials/links";
@import "partials/layout";
@import "partials/hero";
@import "partials/events";
Expand Down
5 changes: 3 additions & 2 deletions app/assets/stylesheets/partials/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@

.main-footer {
background-color: $dark-codebar-blue;
color: white;
color: $white;

a {
color: $white;
border: none;
text-decoration: none;

&:hover {
color: $codebar-green;
}
Expand Down
7 changes: 0 additions & 7 deletions app/assets/stylesheets/partials/_links.scss

This file was deleted.

0 comments on commit 151d7ce

Please sign in to comment.