We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ee4ca commit de2156eCopy full SHA for de2156e
2 files changed
website/src/styles/global.css
@@ -23,17 +23,23 @@ body {
23
flex-direction: column;
24
}
25
26
-/* h1,
+h1,
27
h2,
28
h3,
29
h4 {
30
text-wrap: balance;
31
-} */
+}
32
33
-/* p {
+p {
34
text-wrap: pretty;
35
36
+
37
+/* Default link style */
38
+a:not([class]) {
39
+ color: var(--sapphire);
40
41
42
+/* Links with a class (typically customised) */
43
a {
44
color: currentColor;
45
website/src/styles/reset.css
@@ -54,7 +54,6 @@ p {
54
a:not([class]) {
55
text-decoration-skip-ink: auto;
56
57
- color: var(--sapphire);
58
59
/* Make images easier to work with */
60
img,
0 commit comments