1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 16:38:06 +00:00
quot/app/views/components/editor.css

20 lines
351 B
CSS
Raw Normal View History

2022-08-23 09:49:34 +09:00
.editor {
2022-08-28 17:49:49 +09:00
padding: 1rem;
box-sizing: border-box;
background-color: var(--nc-bg-2);
color: var(--nc-tx-2);
border-width: 0.75rem;
border-top-style: solid;
border-top-color: var(--nc-bg-3);
box-shadow: 0 1px var(--nc-bg-3);
2022-08-23 09:49:34 +09:00
}
2022-09-07 17:03:54 +09:00
.editor :is(h1, h2, h3, h4, h5, h6) {
padding: unset;
font-size: unset;
}
.editor p {
margin: unset;
}