Customize look of cells #291
Replies: 2 comments
-
There are two options: a. apply styles locally
.html
<style>
.cwrapper {
background: #f4f4f4;
border-radius: 4px;
}
</style> Using cell's properties (right menu with "..." icon) one can make it invisible. And then turn this notebook into a template b. Apply global styles from settings menu
|
Beta Was this translation helpful? Give feedback.
-
Available classes (with no definition by default) • main main window |
Beta Was this translation helpful? Give feedback.
-
How can I change the design style of a cell with the wl code? Now all the cells are very similar in color design. Last time I got confused while I was looking for executable WL cells. I wanted to do it like in Mathematica, so that there would be gray ones.
Beta Was this translation helpful? Give feedback.
All reactions