github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/src/.vuepress/theme/styles/vue-container.styl (about)

     1  pre.vue-container {
     2  	border-left-width: .5rem;
     3  	border-left-style: solid;
     4  	border-color: #42b983;
     5  	border-radius: 0px;
     6  
     7  	& > code {
     8  		font-size: 14px !important;
     9  
    10  		& > p {
    11  			line-height: 1.4 !important;
    12  			margin: -5px 0 -20px 0;	
    13  		}
    14  
    15  		code {
    16  			background-color: #42b983 !important;
    17  			padding: 3px 5px;
    18  			border-radius: 3px;
    19  			color: #000;
    20  		}
    21  
    22  		em {
    23  			color: #808080;
    24  			font-weight: light;	
    25  		}
    26  	}
    27  }