Skip to content

Commit

Permalink
updated css
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 12, 2024
1 parent c4e6a35 commit 1573808
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

Todo
28 changes: 14 additions & 14 deletions src/css/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,40 +49,40 @@
}

.rsw-editor{
background-color:oklch(19.98% 0.053 135.61);
color:oklch(96.51% 0.052 134.78);
border-color: rgba(128,128,128,0.4)
background-color:oklch(19.98% 0.053 135.61) !important;
color:oklch(96.51% 0.052 134.78) !important;
border-color: rgba(128,128,128,0.4) !important;
}

.rsw-ce{
cursor: text;
cursor: text !important;
}

.rsw-toolbar{
background-color:#6a93fb;
border-color: rgba(128,128,128,0.4);
background-color:#6a93fb !important;
border-color: rgba(128,128,128,0.4) !important;

}

.rsw-btn{
color:black;
color:black !important;
}
.rsw-btn:hover{
background-color:#386ffa
background-color:#386ffa !important;
}
.rsw-btn[data-active=true] {
background-color: #064bf9
background-color: #064bf9 !important;
}

.rsw-dd{
background-color:#6a93fb;
color:black;
border-color: rgba(128,128,128,1);
border-radius:2px;
background-color:#6a93fb !important;
color:black !important;
border-color: rgba(128,128,128,1) !important;
border-radius:2px !important;
}

.rsw-separator{

border-color: rgba(128,128,128,1)
border-color: rgba(128,128,128,1) !important;
}

0 comments on commit 1573808

Please sign in to comment.