diff options
Diffstat (limited to 'colors/base16-classic-light.css')
| -rw-r--r-- | colors/base16-classic-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-classic-light.css b/colors/base16-classic-light.css new file mode 100644 index 0000000..807312c --- /dev/null +++ b/colors/base16-classic-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Classic Light +* author: Jason Heeris (http://heeris.id.au) +* slug: classic-light +* slug-underscored: classic_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #F5F5F5; + border-color: #6A9FB5; +} + +button, +image { + color: #505050; +} + +button:hover { + background-color: rgba(21, 21, 21, 0.15); +} |
