From f486f8de1d235ce504d55a320bab2fa984de009c Mon Sep 17 00:00:00 2001 From: James Finch Date: Fri, 28 Jan 2022 22:33:39 +0000 Subject: [PATCH] Removed deprecated code. --- css/base.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/css/base.css b/css/base.css index 7e0520c..d3a5b2b 100644 --- a/css/base.css +++ b/css/base.css @@ -31,10 +31,6 @@ background: #202020; } -.dark .code { - color: var(--color-content-high); -} - html:not(.dark) .card.\@low:not(.\~neutral):not(.\~positive):not(.\~urge):not(.\~warning):not(.\~info):not(.\~critical) { --color-fill: va(--color-fill); --color-content: var(--color-content); @@ -92,11 +88,6 @@ html:not(.dark) .card.\@low:not(.\~neutral):not(.\~positive):not(.\~urge):not(.\ padding: var(--spacing-4,1rem); } -.modal-content .banner { - margin-left: calc(-1 * var(--spacing-4,1rem) - 0.5%); /* Not sure why this is necessary */ - margin-right: calc(-1 * var(--spacing-4,1rem) - 0.5%); -} - div.card:contains(section.banner.footer) { padding-bottom: 0px; } @@ -133,20 +124,11 @@ div.card:contains(section.banner.footer) { align-items: top; } -.flex { - display: flex; -} - .flex-expand { display: flex; justify-content: space-between; } -.flex-row { - display: flex; - flex-direction: row; -} - .flex-row-group { display: block; flex-grow: 1;