remove comments

This commit is contained in:
madrilene 2025-01-09 11:48:33 +01:00
parent 56f4569234
commit fa753b52e7

View file

@ -5,7 +5,6 @@
project: https://cube.fyi/css.html project: https://cube.fyi/css.html
*/ */
/* Base styles */
html { html {
color-scheme: light dark; color-scheme: light dark;
} }
@ -28,7 +27,6 @@ main {
flex: auto; flex: auto;
} }
/* Typography */
h1, h1,
h2, h2,
h3 { h3 {
@ -50,7 +48,6 @@ h3 {
font-size: var(--size-step-2); font-size: var(--size-step-2);
} }
/* Text formatting */
p, p,
li, li,
blockquote:not([class]) { blockquote:not([class]) {
@ -73,27 +70,23 @@ blockquote :last-child {
font-size: var(--size-step-1); font-size: var(--size-step-1);
} }
/* Form elements */
input, input,
textarea { textarea {
caret-color: var(--color-primary); caret-color: var(--color-primary);
} }
/* SVG */
svg { svg {
block-size: 2ex; block-size: 2ex;
inline-size: auto; inline-size: auto;
flex: none; flex: none;
} }
/* Text styling */
b, b,
strong { strong {
font-weight: var(--font-extra-bold); font-weight: var(--font-extra-bold);
font-family: var(--font-display); font-family: var(--font-display);
} }
/* Horizontal rule */
hr { hr {
height: 1px; height: 1px;
width: 10%; width: 10%;
@ -103,7 +96,6 @@ hr {
border: 0; border: 0;
} }
/* Links */
a { a {
color: currentcolor; color: currentcolor;
text-decoration-thickness: 0.08em; text-decoration-thickness: 0.08em;
@ -113,24 +105,20 @@ a:hover {
text-decoration: none; text-decoration: none;
} }
/* Focus styles */
:focus-visible { :focus-visible {
outline: 3px solid; outline: 3px solid;
outline-offset: 0.3ch; outline-offset: 0.3ch;
} }
/* Text selection */
::selection { ::selection {
background-color: var(--color-text); background-color: var(--color-text);
color: var(--color-bg); color: var(--color-bg);
} }
/* Transitions */
.preload-transitions * { .preload-transitions * {
transition: none !important; transition: none !important;
} }
/* Scripting */
@media (scripting: none) { @media (scripting: none) {
.require-js { .require-js {
display: none; display: none;