diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/colors/catpuccin.css | 15 | ||||
| -rw-r--r-- | assets/css/colors/eink.css | 15 | ||||
| -rw-r--r-- | assets/css/colors/gruvebox.css | 15 | ||||
| -rw-r--r-- | assets/css/utils.css | 4 |
4 files changed, 0 insertions, 49 deletions
diff --git a/assets/css/colors/catpuccin.css b/assets/css/colors/catpuccin.css deleted file mode 100644 index 2efb3cc..0000000 --- a/assets/css/colors/catpuccin.css +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | :root { | ||
| 2 | --content-primary: rgb(76, 79, 105); | ||
| 3 | --content-secondary: rgb(108, 111, 133); | ||
| 4 | --background: rgb(239, 241, 245); | ||
| 5 | --code-background: rgb(230, 233, 239); | ||
| 6 | --code-border: rgb(188, 192, 204); | ||
| 7 | } | ||
| 8 | |||
| 9 | .dark { | ||
| 10 | --content-primary: rgb(198, 208, 245); | ||
| 11 | --content-secondary: rgb(165, 173, 206); | ||
| 12 | --background: rgb(48, 52, 70); | ||
| 13 | --code-background: rgb(41, 44, 60); | ||
| 14 | --code-border: rgb(81, 87, 109); | ||
| 15 | } \ No newline at end of file | ||
diff --git a/assets/css/colors/eink.css b/assets/css/colors/eink.css deleted file mode 100644 index 87a9507..0000000 --- a/assets/css/colors/eink.css +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | :root { | ||
| 2 | --content-primary: rgb(0, 0, 0); | ||
| 3 | --content-secondary: rgb(0, 0, 0); | ||
| 4 | --background: rgb(255, 255, 255); | ||
| 5 | --code-background: rgb(255, 255, 255); | ||
| 6 | --code-border: rgb(0, 0, 0); | ||
| 7 | } | ||
| 8 | |||
| 9 | .dark { | ||
| 10 | --content-primary: rgb(255, 255, 255); | ||
| 11 | --content-secondary: rgb(255, 255, 255); | ||
| 12 | --background: rgb(0, 0, 0); | ||
| 13 | --code-background: rgb(0, 0, 0); | ||
| 14 | --code-border: rgb(255, 255, 255); | ||
| 15 | } \ No newline at end of file | ||
diff --git a/assets/css/colors/gruvebox.css b/assets/css/colors/gruvebox.css deleted file mode 100644 index c189e74..0000000 --- a/assets/css/colors/gruvebox.css +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | :root { | ||
| 2 | --content-primary: rgb(60, 56, 54); | ||
| 3 | --content-secondary: rgb(148, 133, 112); | ||
| 4 | --background: rgb(251, 241, 199); | ||
| 5 | --code-background: rgb(241, 231, 189); | ||
| 6 | --code-border: rgb(178, 163, 142); | ||
| 7 | } | ||
| 8 | |||
| 9 | .dark { | ||
| 10 | --content-primary: rgb(235, 219, 178); | ||
| 11 | --content-secondary: rgb(132, 122, 114); | ||
| 12 | --background: rgb(40, 40, 40); | ||
| 13 | --code-background: rgb(50, 50, 50); | ||
| 14 | --code-border: rgb(112, 102, 94); | ||
| 15 | } \ No newline at end of file | ||
diff --git a/assets/css/utils.css b/assets/css/utils.css index d6ab544..76f43df 100644 --- a/assets/css/utils.css +++ b/assets/css/utils.css | |||
| @@ -10,10 +10,6 @@ | |||
| 10 | font-style: italic; | 10 | font-style: italic; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | .small { | ||
| 14 | font-size: medium; | ||
| 15 | } | ||
| 16 | |||
| 17 | .monospace { | 13 | .monospace { |
| 18 | font-family: "Monaspace"; | 14 | font-family: "Monaspace"; |
| 19 | } \ No newline at end of file | 15 | } \ No newline at end of file |
