You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
972 B
45 lines
972 B
@use "./markdown/reset.scss";
|
|
@use "./markdown/green.scss";
|
|
|
|
// .code-block-wrapper {
|
|
// position: relative;
|
|
// margin: 16px 0;
|
|
// border-radius: 8px;
|
|
// background: #1e1e1e;
|
|
// overflow: hidden;
|
|
// }
|
|
// .code-header {
|
|
// display: flex;
|
|
// justify-content: space-between;
|
|
// align-items: center;
|
|
// padding: 8px 12px;
|
|
// background: #2d2d2d;
|
|
// color: #ccc;
|
|
// font-size: 14px;
|
|
// }
|
|
// .code-lang {
|
|
// font-weight: 600;
|
|
// text-transform: uppercase;
|
|
// }
|
|
// .copy-btn {
|
|
// padding: 4px 8px;
|
|
// border: none;
|
|
// border-radius: 4px;
|
|
// background: #444;
|
|
// color: #fff;
|
|
// cursor: pointer;
|
|
// font-size: 12px;
|
|
// transition: all 0.2s;
|
|
// }
|
|
// .copy-btn:hover {
|
|
// background: #555;
|
|
// }
|
|
// pre {
|
|
// margin: 0;
|
|
// padding: 12px;
|
|
// overflow-x: auto;
|
|
// }
|
|
// code {
|
|
// color: #d4d4d4;
|
|
// font-family: 'Consolas', 'Monaco', monospace;
|
|
// }
|