diff --git a/.vscode/markdown-styles.css b/.vscode/markdown-styles.css index b1b60d2..a0dc585 100644 --- a/.vscode/markdown-styles.css +++ b/.vscode/markdown-styles.css @@ -1,19 +1,24 @@ body { - background: #000e07; + background: #000e07; } -h1, h2, h3, h4, h5, h6 { - font-weight: 600; +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: 600; } pre { - background: #0f1610 !important; + background: #0f1610 !important; } blockquote { - border-left-color: #2f7e25; - border-left-width: 3px; - background: #637d7510; + border-left-color: #2f7e25; + border-left-width: 3px; + background: #637d7510; } table { @@ -25,7 +30,6 @@ th, td { background: #637d7510; padding: 0.5rem; - } tbody tr:nth-child(odd) { @@ -37,57 +41,63 @@ tbody tr:nth-child(even) { } thead { - border-bottom-width: 0 !important; + border-bottom-width: 0 !important; } th { - border-bottom: 0px !important; + border-bottom: 0px !important; } span.hljs-comment { - color: #5a8055ad; + color: #5a8055ad; } - -span.hljs-string, span.hljs-params { - color: #637d75; +span.hljs-string, +span.hljs-params { + color: #637d75; } -span.hljs-built_in, span.hljs-title.class_, span.hljs-name { - color: #717f24; +span.hljs-built_in, +span.hljs-title.class_, +span.hljs-name { + color: #717f24; } span.hljs-keyword { - color: #2f7e25; + color: #2f7e25; } span.hljs-number { - color: #00e0c4; + color: #00e0c4; } -span.hljs-attr, span.hljs-subst, span.hljs-variable { - color: #327f77; +span.hljs-attr, +span.hljs-subst, +span.hljs-variable { + color: #327f77; } span.hljs-variable.language_ { - color: #7f2b27; + color: #7f2b27; } -.code-line code, .code-line { - color: #637d75 !important; +.code-line code, +.code-line { + color: #637d75 !important; } code { - font-size: 15px; + font-size: 15px; } span.hljs-property { - color: #2f6a7f; + color: #2f6a7f; } -span.hljs-title.function_, span.hljs-function { - color: #717f24 !important; +span.hljs-title.function_, +span.hljs-function { + color: #717f24 !important; } span.hljs-literal { - color: #18e000; + color: #18e000; } diff --git a/_img/Screenshot 2023-02-13 at 10.43.17.png b/_img/Screenshot 2023-02-13 at 10.43.17.png deleted file mode 100644 index 737a81e..0000000 Binary files a/_img/Screenshot 2023-02-13 at 10.43.17.png and /dev/null differ