File size: 354 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.github-workflow-code-highlighter {
	font-size: $font-body-small;
	height: fit-content;
	max-height: 30lh;
	border-radius: 4px;
	background: transparent !important;
	position: relative;

	.language-yaml {
		color: var( --studio-wordpress-blue-60 ) !important;
		text-wrap: pretty;
	}

	.token.key.atrule {
		color: var( --studio-green ) !important;
	}
}