Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Oct 6, 2023
1 parent 159fd2c commit 4e2ad4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/Collapsible.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
h4 {
margin: 0;
}
h3,
h4 {
line-height: 3rem;
}
h2 {
font-weight: bold;
}
Expand Down
4 changes: 4 additions & 0 deletions src/lib/feedview/feed/distributions/Distribution.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,21 @@
.tlpclear {
background: #000;
color: #fff;
padding: 0.3rem;
}
.tlpred {
background: #000;
color: #ff2b2b;
padding: 0.3rem;
}
.tlpamber {
background: #000;
color: #ffc000;
padding: 0.3rem;
}
.tlpgreen {
background: #000;
color: #33ff00;
padding: 0.3rem;
}
</style>
4 changes: 4 additions & 0 deletions src/lib/singleview/general/General.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,21 @@
.tlpclear {
background: #000;
color: #fff;
padding: 0.3rem;
}
.tlpred {
background: #000;
color: #ff2b2b;
padding: 0.3rem;
}
.tlpamber {
background: #000;
color: #ffc000;
padding: 0.3rem;
}
.tlpgreen {
background: #000;
color: #33ff00;
padding: 0.3rem;
}
</style>

0 comments on commit 4e2ad4b

Please sign in to comment.