diff options
Diffstat (limited to 'colors/base16-atelier-estuary-light.css')
| -rw-r--r-- | colors/base16-atelier-estuary-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-estuary-light.css b/colors/base16-atelier-estuary-light.css new file mode 100644 index 0000000..1109865 --- /dev/null +++ b/colors/base16-atelier-estuary-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Atelier Estuary Light +* author: Bram de Haan (http://atelierbramdehaan.nl) +* slug: atelier-estuary-light +* slug-underscored: atelier_estuary_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #f4f3ec; + border-color: #36a166; +} + +button, +image { + color: #6c6b5a; +} + +button:hover { + background-color: rgba(34, 34, 27, 0.15); +} |
