Skip to content

Commit

Permalink
Add missing .out prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 25, 2024
1 parent 4f5ed8d commit 4b63729
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ body {
padding: 4px;
}

.out a {
text-decoration: none;
}

main,
footer {
max-width: 700px;
Expand Down Expand Up @@ -54,6 +50,10 @@ footer,
font-size: 125%;
}

.out a {
text-decoration: none;
}

.out [role="row"] {
display: contents;
}
Expand Down Expand Up @@ -91,19 +91,19 @@ footer,
border-radius: 0 2px 2px 0;
}

[role="row"]:target [role="cell"] {
.out [role="row"]:target [role="cell"] {
padding: 10px 8px;
border-top-width: 3px;
border-bottom-width: 3px;
border-color: #36c;
}

[role="row"]:target .type {
.out [role="row"]:target .type {
border-left-width: 3px;
border-radius: 4px 0 0 4px;
}

[role="row"]:target .indirect {
.out [role="row"]:target .indirect {
border-right-width: 3px;
border-radius: 0 4px 4px 0;
}
Expand Down

0 comments on commit 4b63729

Please sign in to comment.