diff options
Diffstat (limited to 'colors/base16-edge-light.css')
| -rw-r--r-- | colors/base16-edge-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-edge-light.css b/colors/base16-edge-light.css new file mode 100644 index 0000000..104e78c --- /dev/null +++ b/colors/base16-edge-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Edge Light +* author: cjayross (https://github.com/cjayross) +* slug: edge-light +* slug-underscored: edge_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #fafafa; + border-color: #6587bf; +} + +button, +image { + color: #6587bf; +} + +button:hover { + background-color: rgba(94, 100, 111, 0.15); +} |
