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

_theme.sass « sass « assets - github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f4944d35e38a666a6cfaeff8e6e64f1696b3083 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*
	@apply no-blend

html
	@apply relative
	scroll-behavior: smooth

@media (prefers-reduced-motion: reduce) 
  html 
    scroll-behavior: auto

*::selection
	@apply bg-accent-light

h1
	@apply text-3xl font-serif my-6 tracking-tight

h2
	@apply text-xl font-bold my-3

h3
	@apply text-lg my-2

hr
	@apply border-t border-grey-300

a
	@apply underline

a, a:hover
	color: inherit

p
	@apply font-sans mt-4

ul
	list-style: initial
	@apply pl-6 mt-2

code
	@apply bg-grey-100 p-1 rounded-md

blockquote
	@apply border-l-8 pl-4 

input, textarea, button
	@apply outline-none p-2 mb-4 rounded-md

input:not([type='checkbox']):not([type='button']):not([type='submit']):not([type='reset']):not([type='color']):not([type='file']):not([type='hidden']):not([type='image']):not([type='radio']), textarea
	@apply w-full border-2

input[type='submit'], input[type='reset']
	@apply cursor-pointer px-2