mirror of https://sc.cryxtal.org/crystal/forgejo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
320 B
12 lines
320 B
@import "./theme-forgejo-light.css";
|
|
|
|
:root {
|
|
--color-diff-removed-word-bg: #ffd0ce;
|
|
--color-diff-removed-row-border: #ffd0ce;
|
|
--color-diff-removed-row-bg: #fff5f4;
|
|
--color-diff-added-word-bg: #b1dbff;
|
|
--color-diff-added-row-border: #eef9ff;
|
|
--color-diff-added-row-bg: #eef9ff;
|
|
--color-code-bg: #ffffff;
|
|
}
|