solorice/vscodium/extensions/dzhavat.git-cheatsheet-1.4.4/assets/custom.css
2022-04-28 21:17:01 +03:00

45 lines
715 B
CSS

body {
font-family: var(--vscode-editor-font-family);
margin-left: 3rem;
}
nav {
margin-bottom: 2.5rem;
}
h2 {
margin-bottom: 2rem;
}
p {
line-height: 1.5;
}
.command-wrapper {
position: relative;
}
.command-wrapper + h2 {
margin-top: 3rem;
}
.btn-copy {
background-color: transparent;
border: 0;
color: var(--vscode-menu-selectionForeground);
cursor: pointer;
padding: 4px 8px;
position: absolute;
right: 6px;
top: 6px;
}
pre {
background-color: var(--vscode-menu-selectionBackground);
border-radius: 3px;
color: var(--vscode-menu-selectionForeground);
font-size: 1rem;
margin-bottom: 1.75rem;
padding: 0.5rem 0.75rem;
}