diff --git a/src/stylelite.css b/src/stylelite.css index f47007f..4684587 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -144,7 +144,6 @@ h6 {font-size: .9rem} a {color: var(--theme)} a:hover {opacity: .5;} -/* a:hover {color: var(--fg)} */ section, article { margin-bottom: calc(var(--space) * 1.2); @@ -162,20 +161,15 @@ article main { } article header { - /* border-bottom: 1px solid rgba(0,0,0,.125); */ padding: var(--space); } article footer { - /* background: var(--default); */ - /* border-top: 1px solid rgba(0,0,0,.125); */ padding: var(--space); } /* Forms */ -form>* {border-top: red} - details { margin: var(--space) 0; color: var(--black); @@ -242,10 +236,6 @@ button.primary { background: var(--primary); color: var(--white); } -button.info { - background: var(--info); - color: var(--white); -} button.warning { background: var(--warning); @@ -263,7 +253,6 @@ button.success { } button:hover, input[type="reset"]:hover,input[type="submit"]:hover { - /* background: var(--mg); */ background: var(--dark); border: 2px solid var(--theme); color: var(--light); @@ -303,7 +292,6 @@ select,textarea { background: var(--bg); border-radius: var(--radius); padding: 0 var(--space); - /* margin-bottom: var(--space); */ cursor: pointer; } @@ -393,7 +381,6 @@ nav ul li a:hover {opacity: .75;} .fill {width: 100%; height: 100%} .outline {background-color: transparent; color: var(--fg); border: 1px solid var(--fg)} .underline {border-bottom: 1px solid var(--mg)} -.content {padding: var(--space)} .border {border: 1px solid var(--theme)} .title {margin: 0; padding:0} .subtitle {margin-top: -.25rem; font-size: small};