Skip to content

Commit

Permalink
wip 17
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Jan 16, 2025
1 parent 7a253fd commit 0c36fe3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/frontend/base/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ footer {
color: var(--text-secondary);
background-color: var(--surface-200);
text-align: center;

a:any-link {
color: var(--text-primary);
}
}
8 changes: 4 additions & 4 deletions app/assets/stylesheets/frontend/lib/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ $nav-link-hover-bg: #fff;
// $nav-open-link-hover-color: #fff

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

// $nav-tabs-link-hover-border-color: $gray-lighter
$nav-tabs-link-hover-border-color: var(--border-500);

// $nav-tabs-active-link-hover-bg: $body-bg
// $nav-tabs-active-link-hover-color: $gray
// $nav-tabs-active-link-hover-border-color: #ddd
$nav-tabs-active-link-hover-color: var(--text-primary);
$nav-tabs-active-link-hover-border-color: var(--border-500);

// $nav-tabs-justified-link-border-color: #ddd
// $nav-tabs-justified-active-link-border-color: $body-bg
Expand Down
6 changes: 2 additions & 4 deletions app/assets/stylesheets/frontend/pages/_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,10 @@ body.page-show {

// extract into shared scss?
.nav-tabs {
border-bottom: none;

li > a {
padding: 10px 20px;

background-color: var(--surface-200);
background-color: var(--surface-300);
color: var(--text-muted);

font-size: 16px;
Expand All @@ -147,7 +145,7 @@ body.page-show {

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

overflow: hidden;
Expand Down

0 comments on commit 0c36fe3

Please sign in to comment.