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

main.css « css « assets - github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cd15fb1059900343402d60ea2f978938ebfd291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*Base Styles*/
@import '_tachyons';

/* purgecss start ignore */
@import '_anchorforid';
@import '_animation';
@import '_documentation-styles';

@import 'docsearch.js/dist/cdn/docsearch.min';
@import '_carousel';
@import '_code';
@import '_tabs';
@import '_color-scheme';
@import '_columns';
@import '_content';
@import '_content-tables';
@import '_definition-lists';
@import '_fluid-type';
@import '_font-family';
@import '_hugo-internal-template-styling';
@import '_no-js';
@import '_social-icons';
@import '_stickyheader';

@import '_svg';
@import '_chroma';
@import '_variables';

.nested-blockquote blockquote {
  border-left: 4px solid var(--primary-color);
  padding-left: 1em;
  /*margin: 0;*/
}


.mw-90 {
  max-width:90%;
}
/* purgecss end ignore */