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