Welcome to mirror list, hosted at ThFree Co, Russian Federation.

attachments.scss « shortcodes « sass « assets - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 886927bcec1150a8842c9d7a15275adc10a867ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
section.attachments{
	a{
		border-bottom: 1px dotted white ;
	}
	a:hover{
		border-bottom: 1px solid white ;
	}
	>label{
		font-weight: 600;
		font-variant: small-caps;
	}
}