steve0greatness,
created on Sunday, 12 May 2024, 03:25:18 (1715484318),
received on Sunday, 12 May 2024, 03:26:05 (1715484365)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
9832bf373df601f311e7e9daf8af563dd403c449
style.css
@@ -1,3 +1,21 @@
:root { --primary: #101010; --secondary: #f9a911; --teriary: #efee00; --primary-text: #fff; --primary-code: #1f1f1f; } body { background-color: var(--primary); color: var(--primary-text); } :any-link { color: var(--secondary); }th, td { text-align: center;
@@ -12,5 +30,15 @@ td {
width: fit-content; display: inline-block; list-style: none; } code { background-color: var(--primary-code); display: inline-block;} code:has(pre) { display: block; padding: 5px; }