aboutsummaryrefslogtreecommitdiff
path: root/src/styles/normalise.css
blob: f22ea6d16eb37df1ac8cef26459bc0b3fd2e3a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ul,
ol {
  margin: 0;
}

ul,
li::marker {
  content: unset !important;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  outline: none;
}

code {
  color: var(--base07);
  padding: 0.25em 0.5em;
  border-radius: 4px;
}