Skip to content

Commit

Permalink
wip 16
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Jan 16, 2025
1 parent 8873a0f commit 7a253fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/frontend/lib/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ $nav-link-hover-bg: #fff;
// $nav-open-link-hover-color: #fff

//== Tabs
$nav-tabs-border-color: #e3e3e3;
$nav-tabs-border-color: var(--border-300);

// $nav-tabs-link-hover-border-color: $gray-lighter

Expand Down Expand Up @@ -729,8 +729,8 @@ $thumbnail-border-radius: $border-radius-base;
//
//##

// $well-bg: #f5f5f5
// $well-border: darken($well-bg, 7%)
$well-bg: var(--surface-100);
$well-border: var(--border-300);

//== Badges
//
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/frontend/pages/_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ body.page-show {

.tab-content, .content {
background-color: var(--surface-100);
border: var(--border-200);
border: var(--border-300);
padding: 10px;

overflow: hidden;
Expand Down

0 comments on commit 7a253fd

Please sign in to comment.