From e9b9bd4e976f6aac4c790e1c95c598e67f263d2c Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 6 Jun 2023 14:15:34 -0500 Subject: [PATCH] Started organizing stylesheets. Fixed path for import. --- style.css | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/style.css b/style.css index 5094faf..fd17984 100644 --- a/style.css +++ b/style.css @@ -997,35 +997,6 @@ code p { color: blueviolet; } -input[type="button"], -input[type="checkbox"], -input[type="color"], -input[type="date"], -input[type="datetime-local"], -input[type="email"], -input[type="image"], -input[type="month"], -input[type="number"], -input[type="password"], -input[type="radio"], -input[type="range"], -input[type="reset"], -input[type="search"], -input[type="submit"], -input[type="tel"], -input[type="text"], -input[type="time"], -input[type="url"], -input[type="week"], -textarea { - background-color: var(--input-bg); - color: var(--input-text); -} - -input[type="file"] { - color: var(--input-text); -} - .styled-table > tbody > tr { border-bottom: 1px dashed var(--border-line); }