diff options
| author | Fuwn <[email protected]> | 2023-09-03 22:18:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-03 22:18:29 -0700 |
| commit | 5bce83d700be142feecb743b51169b6b8ac8e61c (patch) | |
| tree | e8ce58085a626dffaf1641063ad95cb7fba11a1c /static/css/base16-light.css | |
| parent | fix(html): meta name (diff) | |
| download | due.moe-5bce83d700be142feecb743b51169b6b8ac8e61c.tar.xz due.moe-5bce83d700be142feecb743b51169b6b8ac8e61c.zip | |
feat(html): local css
Diffstat (limited to 'static/css/base16-light.css')
| -rw-r--r-- | static/css/base16-light.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/static/css/base16-light.css b/static/css/base16-light.css new file mode 100644 index 00000000..bcbbb5a5 --- /dev/null +++ b/static/css/base16-light.css @@ -0,0 +1,22 @@ +/* base16 default light + * https://github.com/chriskempson/base16-default-schemes + */ + +:root { + --base00: #f8f8f8; + --base01: #e8e8e8; + --base02: #d8d8d8; + --base03: #b8b8b8; + --base04: #585858; + --base05: #383838; + --base06: #282828; + --base07: #181818; + --base08: #ab4642; + --base09: #dc9656; + --base0A: #f7ca88; + --base0B: #a1b56c; + --base0C: #86c1b9; + --base0D: #7cafc2; + --base0E: #ba8baf; + --base0F: #a16946; +} |