Add PageNoteButton to various components for enhanced note management
This commit is contained in:
@@ -229,4 +229,17 @@
|
||||
.markdown-content img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Note color classes - pastel background colors */
|
||||
.note-color-0 {
|
||||
background-color: #e3f2fd;
|
||||
}
|
||||
|
||||
.note-color-1 {
|
||||
background-color: #fff9e6;
|
||||
}
|
||||
|
||||
.note-color-2 {
|
||||
background-color: #f3e5f5;
|
||||
}
|
||||
Reference in New Issue
Block a user