This commit is contained in:
Isaac Tay 2026-09-09 23:37:06 -07:00 committed by GitHub
commit 3e692c0a08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
display: flex;
overflow: auto;
flex-flow: column;
background: @cp_whiteboard-board-bg;
background: white;
}
// created in the html

View File

@ -66,7 +66,7 @@ define([
var metadataMgr = framework._.cpNfInner.metadataMgr;
var brush = {
color: window.CryptPad_theme === "dark" ? '#FFFFFF' : '#000000',
color: '#000000',
opacity: 1
};