Skip to content

Commit

Permalink
theme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Aug 10, 2024
1 parent 2056759 commit 7c3fed1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/public/themes/blueprint.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,8 @@

.arrows {
color: white;
}

button {
background: orange;
}
4 changes: 4 additions & 0 deletions src/public/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,8 @@ a:hover {

.grid-canvas {
color: grey;
}

button {
background: #99ebe4;
}
6 changes: 6 additions & 0 deletions src/scss/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1434,4 +1434,10 @@ input[type=search]::-webkit-search-cancel-button {
}
.button-group-rounded > button {
border-radius: 0;
}

input,
button {
outline: none;
border: 0;
}

0 comments on commit 7c3fed1

Please sign in to comment.