Skip to content

Instantly share code, notes, and snippets.

@jcklpe
Last active December 9, 2018 02:10
Show Gist options
  • Save jcklpe/1e502c7cf29296c206eca044eeed8081 to your computer and use it in GitHub Desktop.
Save jcklpe/1e502c7cf29296c206eca044eeed8081 to your computer and use it in GitHub Desktop.
/*- Comments */
.mtk3 {
/*- margin-left: 1px;
font-size: 1em; */
font-family: "Gidole";
margin-left: 2px;
font-size: 0.9em;
}
/*- Comments for monospaced areas */
.mtk3.ced-1-TextEditorDecorationType52-1 {
margin-left: 1px;
font-family: "FuraCode Nerd Font Mono";
font-size: 1em;
}
.mtk3.ced-1-TextEditorDecorationType53-1 {
margin-left: 1px;
font-family: "FuraCode Nerd Font Mono";
font-size: 1em;
}
.mtk3.ced-1-TextEditorDecorationType54-1 {
margin-left: 1px;
font-family: "FuraCode Nerd Font Mono";
font-size: 1em;
}
span.mtk3.ced-1-TextEditorDecorationType43-1 {
margin-left: 1px;
font-family: "FuraCode Nerd Font Mono";
font-size: 1em;
}
span.mtk3.ced-1-TextEditorDecorationType44-1 {
margin-left: 1px;
font-family: "FuraCode Nerd Font Mono";
font-size: 1em;
}
span.mtk3.ced-1-TextEditorDecorationType45-1 {
margin-left: 1px;
font-family: "FuraCode Nerd Font Mono";
font-size: 1em;
}
/*- I don't know what this is*/
.mtk13 {
margin-left: 1px;
/*- font-family: "Algerian, monospaced"; */
font-size: 1em;
}
/*- Property names for javascript webpack and clas names*/
.mtk10 {
margin-left: 1px;
/** font-family: "Aller, mono" !important; */
font-size: 1em;
color: #ff677b;
}
/*- Class names and css property values*/
.mtk4 {
font-size: 1em !important;
}
/*- adding padding to opening tag*/
span.mtk1.ced-1-TextEditorDecorationType39-1 {
/* font-family: "Big John"; */
font-weight: bold;
font-size: 1em;
color: blue;
background: blue;
padding: 0px 5px 0 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment