diff --git a/src/stylelite.css b/src/stylelite.css index 7937a8e..fe25d7f 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -1,4 +1,4 @@ -/*! Stylelite v:1.0.0 | MIT LICENSE | https://github.com/n2geoff/stylelite */ +/*! Stylelite v:1.0.1 | MIT LICENSE | https://github.com/n2geoff/stylelite */ :root { --size: 1rem; --radius: .3rem; @@ -9,8 +9,8 @@ --light: #F0F0F0; --dark: #404040; - --default: #EEE; - --primary: var(--theme, #5499C7); /* 0000EE */ + --default: #DDD; + --primary: var(--theme, #5499C7); --secondary: #404040; --success: #198754; @@ -22,7 +22,7 @@ --foreground: #FFF; --background: #222; - --default: #333; + --default: #444; } html, body { @@ -121,7 +121,7 @@ blockquote { button {font-family: Verdana, Geneva, Tahoma, sans-serif;border-radius: var(--radius);} button:hover, input[type="reset"]:hover,input[type="submit"]:hover { - filter:brightness(90%) !important; + filter:brightness(94%) !important; cursor: pointer; } @@ -216,7 +216,7 @@ dialog { dialog::backdrop { background-color: rgba(0, 0, 0, 0.8); -} +} /* Navigation */ @@ -246,7 +246,7 @@ nav a {text-decoration: none;color: var(--primary)} .primary {color: var(--light); background: var(--primary);} .secondary {color: var(--light); background: var(--secondary);} -.default {color: var(--dark); background: var(--light);} +.default {color: var(--dark); background: var(--default);} .dark {color: var(--light); background: var(--dark);} .light {color: var(--dark); background: var(--light);}