diff options
Diffstat (limited to 'colors/base16-ia-light.css')
| -rw-r--r-- | colors/base16-ia-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-ia-light.css b/colors/base16-ia-light.css new file mode 100644 index 0000000..59a919e --- /dev/null +++ b/colors/base16-ia-light.css @@ -0,0 +1,25 @@ +/* +* +* name: iA Light +* author: iA Inc. (modified by aramisgithub) +* slug: ia-light +* slug-underscored: ia_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #f6f6f6; + border-color: #48bac2; +} + +button, +image { + color: #767676; +} + +button:hover { + background-color: rgba(248, 248, 248, 0.15); +} |
