Skip to content

Commit

Permalink
Update bootstrap's border-bottom colour
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 29, 2024
1 parent 6dda1ce commit 729d91f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.scss
Expand Up @@ -94,6 +94,10 @@ textarea {
height: 171px;
}

.border-bottom {
border-bottom: 1px solid #5e6162 !important;
}

.input-group {
border-radius: 3px;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion app/views/rules/index.haml
@@ -1,6 +1,6 @@
- content_for :title, "Re-Volt America - #{t('rules.title')}"

%h2
%h2.mb-3
%i.fa.fa-bookmark{:"aria-hidden" => true}
%b
= t('rules.title')
Expand Down

0 comments on commit 729d91f

Please sign in to comment.