Skip to content

Commit

Permalink
Deleted obsolet css statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Sep 29, 2023
1 parent c8a23e5 commit 96115b3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ a:active {
box-shadow: 0 0 0 0.10rem var(--color-badge-primary);
}

.accordion {
border-color: #aaa;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
Expand Down Expand Up @@ -478,6 +474,10 @@ nav.navbar {
margin-bottom: 0px;
}

.select-theme {
font-size: 90%;
}

.snapshot-hash {
font-family: 'Courier New', Courier, monospace;
font-size: 80%;
Expand All @@ -493,10 +493,6 @@ nav.navbar {
color: var(--color-badge-warning);
}

.select-theme {
font-size: 90%;
}

.log-parameter {
color: #000080;
font-weight: bold;
Expand Down

0 comments on commit 96115b3

Please sign in to comment.