Skip to content

Commit b9defdd

Browse files
tamu branding
1 parent c6ae6c6 commit b9defdd

11 files changed

Lines changed: 40 additions & 398 deletions

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6+
"dev": "docusaurus start",
67
"docusaurus": "docusaurus",
78
"start": "docusaurus start",
89
"build": "docusaurus build",

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
pkgs.mkShellNoCC {
33
packages = [
44
pkgs.nodejs
5+
pkgs.imagemagick
56
];
67
}

src/css/custom.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #2e8555;
10-
--ifm-color-primary-dark: #29784c;
11-
--ifm-color-primary-darker: #277148;
12-
--ifm-color-primary-darkest: #205d3b;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
9+
--ifm-color-primary: oklch(0.2708 0.1111 29.25);
10+
--ifm-color-primary-dark: oklch(0.23 0.1111 29.25);
11+
--ifm-color-primary-darker: oklch(0.21 0.1111 29.25);
12+
--ifm-color-primary-darkest: oklch(0.18 0.1111 29.25);
13+
--ifm-color-primary-light: oklch(0.32 0.1111 29.25);
14+
--ifm-color-primary-lighter: oklch(0.37 0.1111 29.25);
15+
--ifm-color-primary-lightest: oklch(0.45 0.1111 29.25);
1616
--ifm-code-font-size: 95%;
17-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
17+
--docusaurus-highlighted-code-line-bg: oklch(0.2708 0.1111 29.25 / 0.1);
1818
}
1919

2020
/* For readability concerns, you should choose a lighter palette in dark mode. */
2121
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
23-
--ifm-color-primary-dark: #21af90;
24-
--ifm-color-primary-darker: #1fa588;
25-
--ifm-color-primary-darkest: #1a8870;
26-
--ifm-color-primary-light: #29d5b0;
27-
--ifm-color-primary-lighter: #32d8b4;
28-
--ifm-color-primary-lightest: #4fddbf;
29-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
22+
--ifm-color-primary: oklch(0.50 0.1111 29.25);
23+
--ifm-color-primary-dark: oklch(0.46 0.1111 29.25);
24+
--ifm-color-primary-darker: oklch(0.42 0.1111 29.25);
25+
--ifm-color-primary-darkest: oklch(0.38 0.1111 29.25);
26+
--ifm-color-primary-light: oklch(0.54 0.1111 29.25);
27+
--ifm-color-primary-lighter: oklch(0.58 0.1111 29.25);
28+
--ifm-color-primary-lightest: oklch(0.64 0.1111 29.25);
29+
--docusaurus-highlighted-code-line-bg: oklch(0.50 0.1111 29.25 / 0.3);
3030
}
-54.4 KB
Binary file not shown.

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

static/img/favicon.ico

103 KB
Binary file not shown.

static/img/favicon.svg

Lines changed: 13 additions & 0 deletions
Loading

static/img/logo.svg

Lines changed: 9 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)