diff options
author | silverwind <me@silverwind.io> | 2023-03-17 02:04:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 21:04:39 -0400 |
commit | 8f8bd3c0cb19d30a4872000d1f8ab554a408f1e7 (patch) | |
tree | 84a1965b300e278f509cb969a3fd1a436193ebc9 /web_src/css/codemirror/light.css | |
parent | 23a6fa9421cfcf67754ff962782dcf99e6491bb9 (diff) | |
download | gitea-8f8bd3c0cb19d30a4872000d1f8ab554a408f1e7.tar.gz gitea-8f8bd3c0cb19d30a4872000d1f8ab554a408f1e7.zip |
Replace Less with CSS (#23508)
Backport https://github.com/go-gitea/gitea/pull/23481,
https://github.com/go-gitea/gitea/pull/23504 and
https://github.com/go-gitea/gitea/pull/23520 to 1.19, just so we have an
easier time with future backports.
Seems to work on a basic level. There was a merge conflict in
`RepoActionView.vue`, otherwise it merged cleanly.
---------
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/css/codemirror/light.css')
-rw-r--r-- | web_src/css/codemirror/light.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/codemirror/light.css b/web_src/css/codemirror/light.css new file mode 100644 index 0000000000..aa89263bc1 --- /dev/null +++ b/web_src/css/codemirror/light.css @@ -0,0 +1 @@ +/* Placeholder, there is no light theme, it uses CM defaults */ |