diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-27 00:36:25 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-27 00:36:25 +0200 |
| commit | 94986f17dc11be071d7849f822f5083967ed9f06 (patch) | |
| tree | 3d900fc25f358323ef97caabe29d59ec27967515 | |
| parent | 7c17a82633e84f51471b7316cc01b4a5a8fb9759 (diff) | |
Revert CSS changes
The global CSS theme will be modified later
| -rw-r--r-- | doc/src/.crocc.html | 3 | ||||
| -rw-r--r-- | doc/src/style.css | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/.crocc.html b/doc/src/.crocc.html index 89b2e6c..49cf993 100644 --- a/doc/src/.crocc.html +++ b/doc/src/.crocc.html @@ -4,7 +4,6 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - <html lang="en"> <head> <meta charset="UTF-8"> @@ -33,7 +32,7 @@ <meta property="og:site_name" content="Crocc" /> <meta property="og:image" content="{{ .Site }}/assets/crocodile.jpg" /> <link rel="stylesheet" href="/style.css"> - <link rel="icon" href="assets/emoji_crocodile.ico" sizes="any"> + <link rel="icon" href="assets/emoji_crocodile.svg" type="image/svg"> <link rel="mask-icon" href="assets/emoji_crocodile.svg"> </head> <body> diff --git a/doc/src/style.css b/doc/src/style.css index bc6a1ad..eca2757 100644 --- a/doc/src/style.css +++ b/doc/src/style.css @@ -43,11 +43,6 @@ pre { font-family: monospace; } -pre { - background-color: var(--text-color); - color: var(--background-color); -} - a { color: var(--accent-color); } |
