Skip to content

Commit

Permalink
wip 22
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Jan 17, 2025
1 parent a191f64 commit 6cf2964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/frontend/base/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ h1, h2, h3, h4, h5, h6 {
a.btn {
color: var(--text-primary);
}
.btn.btn-primary, .btn.btn-secondary {
color: white;
}
3 changes: 0 additions & 3 deletions app/assets/stylesheets/frontend/pages/_start.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ body.page-start {
margin-bottom: $padding-large-vertical * 5;

.btn-lg {
/* white color here as they are always of colored background */
color: white;

margin: $padding-small-vertical $padding-small-horizontal;
padding: 5px 25px;

Expand Down

0 comments on commit 6cf2964

Please sign in to comment.