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

attachments.scss_6fa2be902ef8caa56cd91727d4d085e0.content « shortcodes « sass « scss « assets « _gen « resources « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: babd66bc374a5ba74d755b6f6c95bd99598ad3a6 (plain)
1
2
3
4
5
6
7
8
9
section.attachments a {
  border-bottom: 1px dotted white; }

section.attachments a:hover {
  border-bottom: 1px solid white; }

section.attachments > label {
  font-weight: 600;
  font-variant: small-caps; }