Skip to content

Commit

Permalink
Updated trackhacks.scss to fix styling after update to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 authored and felixxm committed Jan 24, 2024
1 parent df8d716 commit 557fc53
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions scss/trachacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,22 @@ a:link, a:visited {
}

h1, h2, h3, h4, h5, h6, span {
&.section {
color: inherit;
background: none;
}
&.section + * {
margin-top: unset !important;
}
&:target {
background: $green-very-light;
}
}

[role="main"] .section {
padding-bottom: unset;
}

.inlinebuttons {
input {
border-radius: 5px;
Expand All @@ -48,6 +59,14 @@ div.trac-content {
}
}

#content.narrow #wikipage {
max-width: none;
}

#trac-wiki-expander {
display: none;
}

.full-width [role="main"] {
max-width: 1400px;
}
Expand Down Expand Up @@ -157,8 +176,10 @@ blockquote.citation {
}

#ticket {
background-color: $white;
border-color: $gray-line;
#ticketbox {
background-color: $white;
border-color: $gray-line;
}
table.properties {
border-top-color: $gray-line;
th, th.missing {
Expand Down Expand Up @@ -247,11 +268,13 @@ div[role="main"]{
border-radius: 0;
text-align: center;
padding: 0.5em 0 0.5em 0;
font-weight: normal;

a, a:hover {
background: none;
@include sans-serif;
color: $green-dark;
text-transform: none;
}
&.first {
padding-left: 0;
Expand Down

0 comments on commit 557fc53

Please sign in to comment.