mirror of https://github.com/docker/docs.git
				
				
				
			
		
			
				
	
	
		
			344 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			344 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
| @layer utilities {
 | |
|   .syntax-light {
 | |
|     /* Other */
 | |
|     .x {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* Error */
 | |
|     .err {
 | |
|       color: theme("colors.red.light.500");
 | |
|     }
 | |
|     /* CodeLine */
 | |
|     .cl {
 | |
|     }
 | |
|     /* LineHighlight */
 | |
|     .hl {
 | |
|       min-width: fit-content;
 | |
|       background-color: theme("colors.blue.light.100");
 | |
|     }
 | |
|     .lntd:first-child .hl,
 | |
|     & > .chroma > code > .hl {
 | |
|       margin-left: -4px;
 | |
|       border-left: 4px solid theme("colors.blue.light.300");
 | |
|     }
 | |
|     /* LineNumbersTable */
 | |
|     .lnt {
 | |
|       white-space: pre;
 | |
|       user-select: none;
 | |
|       margin-right: 0.4em;
 | |
|       padding: 0 0.4em 0 0.4em;
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* LineNumbers */
 | |
|     .ln {
 | |
|       white-space: pre;
 | |
|       user-select: none;
 | |
|       margin-right: 0.4em;
 | |
|       padding: 0 0.4em 0 0.4em;
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* Line */
 | |
|     .line {
 | |
|       display: flex;
 | |
|     }
 | |
|     /* Keyword */
 | |
|     .k {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* KeywordConstant */
 | |
|     .kc {
 | |
|       color: theme("colors.violet.light.400");
 | |
|     }
 | |
|     /* KeywordDeclaration */
 | |
|     .kd {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* KeywordNamespace */
 | |
|     .kn {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* KeywordPseudo */
 | |
|     .kp {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* KeywordReserved */
 | |
|     .kr {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* KeywordType */
 | |
|     .kt {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* Name */
 | |
|     .n {
 | |
|       color: theme("colors.violet.light.400");
 | |
|     }
 | |
|     /* NameAttribute */
 | |
|     .na {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* NameBuiltin */
 | |
|     .nb {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* NameBuiltinPseudo */
 | |
|     .bp {
 | |
|       color: theme("colors.violet.light.400");
 | |
|     }
 | |
|     /* NameClass */
 | |
|     .nc {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* NameConstant */
 | |
|     .no {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* NameDecorator */
 | |
|     .nd {
 | |
|       color: theme("colors.violet.light.400");
 | |
|     }
 | |
|     /* NameEntity */
 | |
|     .ni {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* NameException */
 | |
|     .ne {
 | |
|       color: theme("colors.red.light.700");
 | |
|     }
 | |
|     /* NameFunction */
 | |
|     .nf {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* NameFunctionMagic */
 | |
|     .fm {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* NameLabel */
 | |
|     .nl {
 | |
|       color: theme("colors.amber.light.700");
 | |
|     }
 | |
|     /* NameNamespace */
 | |
|     .nn {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* NameOther */
 | |
|     .nx {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* NameProperty */
 | |
|     .py {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* NameTag */
 | |
|     .nt {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* NameVariable */
 | |
|     .nv {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* NameVariableClass */
 | |
|     .vc {
 | |
|       color: theme("colors.violet.light.600");
 | |
|     }
 | |
|     /* NameVariableGlobal */
 | |
|     .vg {
 | |
|       color: theme("colors.violet.light.600");
 | |
|     }
 | |
|     /* NameVariableInstance */
 | |
|     .vi {
 | |
|       color: theme("colors.violet.light.600");
 | |
|     }
 | |
|     /* NameVariableMagic */
 | |
|     .vm {
 | |
|       color: theme("colors.violet.light.600");
 | |
|     }
 | |
|     /* Literal */
 | |
|     .l {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* LiteralDate */
 | |
|     .ld {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* LiteralString */
 | |
|     .s {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* LiteralStringAffix */
 | |
|     .sa {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringBacktick */
 | |
|     .sb {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringChar */
 | |
|     .sc {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringDelimiter */
 | |
|     .dl {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringDoc */
 | |
|     .sd {
 | |
|       color: #8f5902;
 | |
|     }
 | |
|     /* LiteralStringDouble */
 | |
|     .s2 {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringEscape */
 | |
|     .se {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* LiteralStringHeredoc */
 | |
|     .sh {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringInterpol */
 | |
|     .si {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringOther */
 | |
|     .sx {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringRegex */
 | |
|     .sr {
 | |
|       color: theme("colors.blue.light.500");
 | |
|     }
 | |
|     /* LiteralStringSingle */
 | |
|     .s1 {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralStringSymbol */
 | |
|     .ss {
 | |
|       color: theme("colors.green.light.600");
 | |
|     }
 | |
|     /* LiteralNumber */
 | |
|     .m {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* LiteralNumberBin */
 | |
|     .mb {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* LiteralNumberFloat */
 | |
|     .mf {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* LiteralNumberHex */
 | |
|     .mh {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* LiteralNumberInteger */
 | |
|     .mi {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* LiteralNumberIntegerLong */
 | |
|     .il {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* LiteralNumberOct */
 | |
|     .mo {
 | |
|       color: theme("colors.blue.light.600");
 | |
|     }
 | |
|     /* Operator */
 | |
|     .o {
 | |
|       color: theme("colors.blue.light.400");
 | |
|     }
 | |
|     /* OperatorWord */
 | |
|     .ow {
 | |
|       color: theme("colors.amber.light.500");
 | |
|     }
 | |
|     /* Punctuation */
 | |
|     .p {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* Comment */
 | |
|     .c {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* CommentHashbang */
 | |
|     .ch {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* CommentMultiline */
 | |
|     .cm {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* CommentSingle */
 | |
|     .c1 {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* CommentSpecial */
 | |
|     .cs {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* CommentPreproc */
 | |
|     .cp {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* CommentPreprocFile */
 | |
|     .cpf {
 | |
|       color: theme("colors.gray.light.400");
 | |
|     }
 | |
|     /* Generic */
 | |
|     .g {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* GenericDeleted */
 | |
|     .gd {
 | |
|       color: theme("colors.red.light.500");
 | |
|     }
 | |
|     /* GenericEmph */
 | |
|     .ge {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* GenericError */
 | |
|     .gr {
 | |
|       color: theme("colors.red.light.500");
 | |
|     }
 | |
|     /* GenericHeading */
 | |
|     .gh {
 | |
|       color: theme("colors.gray.light.600");
 | |
|     }
 | |
|     /* GenericInserted */
 | |
|     .gi {
 | |
|       color: theme("colors.green.light.500");
 | |
|     }
 | |
|     /* GenericOutput */
 | |
|     .go {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* GenericPrompt */
 | |
|     .gp {
 | |
|       user-select: none;
 | |
|       color: theme("colors.green.light.400");
 | |
|     }
 | |
|     /* GenericStrong */
 | |
|     .gs {
 | |
|       color: theme("colors.black");
 | |
|     }
 | |
|     /* GenericSubheading */
 | |
|     .gu {
 | |
|       color: theme("colors.gray.light.600");
 | |
|     }
 | |
|     /* GenericTraceback */
 | |
|     .gt {
 | |
|       color: theme("colors.red.light.500");
 | |
|     }
 | |
|     /* GenericUnderline */
 | |
|     .gl {
 | |
|       color: theme("colors.black");
 | |
|       text-decoration: underline;
 | |
|     }
 | |
|     /* TextWhitespace */
 | |
|     .w {
 | |
|       color: theme("colors.gray.light.100");
 | |
|     }
 | |
|   }
 | |
| }
 |