Skip to content

Commit

Permalink
Visual updates
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Oct 13, 2024
1 parent 0f0207d commit 2cdc198
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion priv/static/instance/static.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h2 {
h2:first-child:not(:last-child) {
margin: 0 -16px 16px;
padding-bottom: 16px;
border-bottom: 1px solid #e5e7eb;
border-bottom: 1px solid rgb(232, 221, 228);
font-size: 24px;
font-weight: bold;
}
Expand Down Expand Up @@ -392,6 +392,10 @@ button:hover {
border-color: #232c31;
}

h2:first-child:not(:last-child) {
border-bottom: 1px solid rgb(49, 35, 44);
}

h2 pre {
background-color: #012741;
}
Expand Down

0 comments on commit 2cdc198

Please sign in to comment.