0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 20:42:44 +00:00

Fix comments

This commit is contained in:
G.Ambatte
2023-10-19 17:51:02 +13:00
parent 71141aa6f6
commit d497c0094b

View File

@@ -31,7 +31,7 @@ nav .navItem {
background-color: #2F393C; background-color: #2F393C;
} }
/* Line number stuff */ /* Line number stuff */
.CodeMirror-gutter-elt { .CodeMirror-gutter-elt {
color: #81969A; color: #81969A;
} }
.CodeMirror-linenumber { .CodeMirror-linenumber {
@@ -47,44 +47,46 @@ nav .navItem {
background-color:#1f5763; background-color:#1f5763;
border-bottom: #299 solid 1px; border-bottom: #299 solid 1px;
} }
/* Colors for headings and such */ /* Colors for headings and such */
/* ###Headings */
.cm-s-default .cm-header { .cm-s-default .cm-header {
color: #c51b1b; color: #c51b1b;
-webkit-text-stroke-width: 0.1px; -webkit-text-stroke-width: 0.1px;
-webkit-text-stroke-color: #000; -webkit-text-stroke-color: #000;
/* ###Headings */
} }
/* bold points */
.cm-header, .cm-strong { .cm-header, .cm-strong {
font-weight: bold; font-weight: bold;
color: #309dd2; color: #309dd2;
/* bold points */
} }
/* Link headings */
.cm-s-default .cm-link { .cm-s-default .cm-link {
color: #dd6300; color: #dd6300;
/* Link headings */
} }
/* links */
.cm-s-default .cm-string { .cm-s-default .cm-string {
color: #aa8261; color: #aa8261;
/* links */
} }
/*@import*/
.cm-s-default .cm-def { .cm-s-default .cm-def {
color:#2986cc; color:#2986cc;
} /*@import*/ }
/* Bullets and such */
.cm-s-default .cm-variable-2 { .cm-s-default .cm-variable-2 {
color: #3cbf30; color: #3cbf30;
/* Bullets and such */
} }
/* blocks */
.editor .codeEditor .block { .editor .codeEditor .block {
color: #e3e3e3; color: #e3e3e3;
/* blocks */
} }
/* inline blocks */
.editor .codeEditor .inline-block { .editor .codeEditor .inline-block {
color: #e3e3e3; color: #e3e3e3;
/* inline blocks */
} }
/* Tags (divs) */
.cm-s-default .cm-tag { .cm-s-default .cm-tag {
color: #e3ff00; color: #e3ff00;
/* Tags (divs) */
} }
.cm-s-default .cm-attribute { .cm-s-default .cm-attribute {
color: #e3ff00; color: #e3ff00;
@@ -110,8 +112,8 @@ nav .navItem {
color:#f0ff00; color:#f0ff00;
} }
/* New page */
.editor .codeEditor .pageLine { .editor .codeEditor .pageLine {
/* New page */
background: #000; background: #000;
color:#000; color:#000;
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;