Skip to content

Commit

Permalink
Organize CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 23, 2023
1 parent fd021cd commit f03602d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,6 @@
margin-top: 1.8rem;
}

.sp-container .sp-comment-action {
background: #fbf5e8;
}

.sp-container .sp-comment-action .sp-action-title {
color: #ffbf00;
}

.sp-container .sp-output-action .sp-output-surface-behavior {
text-align: left;
font-weight: bold;
color: #808080;
margin: 4px 16px;
font-size: 0.9rem;
}

.sp-container .card.sp-linked-action:before {
content: " ";
background: #9a9ca4;
Expand Down Expand Up @@ -231,6 +215,22 @@
background: #eaf1ff !important;
}

.sp-container .sp-comment-action {
background: #fbf5e8;
}

.sp-container .sp-comment-action .sp-action-title {
color: #ffbf00;
}

.sp-container .sp-output-action .sp-output-surface-behavior {
text-align: left;
font-weight: bold;
color: #808080;
margin: 4px 16px;
font-size: 0.9rem;
}

.sp-container .sp-output-action .sp-action-icon i {
transform: rotate(180deg);
}
Expand Down

0 comments on commit f03602d

Please sign in to comment.