1
0
silverbullet/plugs/index/asset/style.css

60 lines
966 B
CSS
Raw Normal View History

2023-10-04 11:47:02 +00:00
/* Reset SB styles */
html,
body {
2023-11-16 08:59:37 +00:00
/*height: initial !important;
overflow-x: initial !important;
overflow-y: hidden !important;*/
background-color: var(--root-background-color) !important;
2023-10-04 11:47:02 +00:00
}
#sb-main {
height: initial !important;
display: initial !important;
}
#sb-editor {
flex: initial !important;
height: initial !important;
}
.cm-editor {
height: initial !important;
}
body {
font-family: var(--ui-font);
color: var(--root-color);
}
.sb-line-h2 {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
margin: 0;
padding: 10px !important;
background-color: rgba(233, 233, 233, 0.5);
}
#button-bar {
position: absolute;
right: 10px;
top: 10px;
padding: 0 3px;
}
#button-bar button {
border: none;
background: none;
cursor: pointer;
color: var(--root-color);
}
#edit-button {
margin-left: -10px;
}
li code {
font-size: 80%;
color: #a5a4a4;
}