Fix lines stylinh (#3082)

This commit is contained in:
Bruce Berrios 2022-06-07 17:56:20 -04:00 committed by GitHub
parent 1260f13293
commit 270fa5dfbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,6 @@
:root {
--roundness: 0.5rem;
/* --sub-color: #e1e1e1; */
/* --highlight-color: #0085a8; */
--bg-color: #323437;
--main-color: #e2b714;
--caret-color: #e2b714;
@ -134,8 +132,7 @@ input[type="checkbox"] {
padding-left: 3rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
border-left: var(--sub-color) 0.5px solid;
/* border-bottom: var(--sub-color) 0.5px dotted; */
border-left: #64666955 0.5px solid;
background: #fff;
}