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 e6b3a49 commit a2610dfCopy full SHA for a2610df
website/siteConfig.js
@@ -51,6 +51,7 @@ const siteConfig = {
51
colors: {
52
primaryColor: "#222222",
53
secondaryColor: "#171717",
54
+ urlColor: "#138cd3",
55
},
56
57
/* Custom fonts for website */
website/static/css/custom.css
@@ -36,7 +36,14 @@
36
flex-grow: 1;
37
}
38
39
-/* TODO: get it from siteConfig */
40
.nav-footer {
41
- background: #222;
+ background: $primaryColor;
+}
42
+
43
+.container a:not(.button) {
44
+ color: $urlColor;
45
46
47
+.container a:not(.button):hover {
48
+ opacity: 0.75;
49
0 commit comments