diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-01-03 13:21:07 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-01-03 13:21:07 +0000 |
| commit | d1a8402e9ca2ba8e58bd30cfd5a35f2d81ec931b (patch) | |
| tree | f2843d1760474c4dd1439b98dd8527b9aea7a554 /public/css/colors/olivia.min.css | |
| parent | 95edec1e3126cc06c267710e8935a03b0130d171 (diff) | |
| download | webtrees-d1a8402e9ca2ba8e58bd30cfd5a35f2d81ec931b.tar.gz webtrees-d1a8402e9ca2ba8e58bd30cfd5a35f2d81ec931b.tar.bz2 webtrees-d1a8402e9ca2ba8e58bd30cfd5a35f2d81ec931b.zip | |
Fix: #4144 - CSS for markdown
Diffstat (limited to 'public/css/colors/olivia.min.css')
| -rw-r--r-- | public/css/colors/olivia.min.css | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/public/css/colors/olivia.min.css b/public/css/colors/olivia.min.css index 534fcc9881..37bf944ac7 100644 --- a/public/css/colors/olivia.min.css +++ b/public/css/colors/olivia.min.css @@ -1 +1,26 @@ -:root{--color-1:#7db323;--color-2:#b5d52a;--color-3:#7db323;--color-4:#eef9dc;--color-5:#fff;--color-6:#fff} +/** + * webtrees: online genealogy + * Copyright (C) 2021 webtrees development team + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + +/* Olivia Palette */ + +:root { + --color-1: #7db323; + --color-2: #b5d52a; + --color-3: #7db323; + --color-4: #eef9dc; + --color-5: #ffffff; + --color-6: #ffffff; +} + |
