Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 22, 2023
1 parent 07a64b2 commit 6627303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

.sp-container .sp-value.sp-unstyled-value {
background: transparent !important;
color: #fff !important;
color: #ffffff !important;
}

.sp-container .sp-value {
Expand Down Expand Up @@ -128,7 +128,7 @@

.sp-header {
padding: 1rem 0;
background-color: #fff;
background-color: #ffffff;
border-bottom: 1px solid #e6e6e6;
text-align: center;
}
Expand Down Expand Up @@ -156,7 +156,7 @@
.sp-actions-empty {
padding: 10rem 0;
text-align: center;
color: #888;
color: #888888;
}

.sp-container .card {
Expand Down

0 comments on commit 6627303

Please sign in to comment.