Skip to content

Instantly share code, notes, and snippets.

View snthcy's full-sized avatar

normie snthcy

View GitHub Profile
@snthcy
snthcy / style.css
Last active September 3, 2021 19:39
CSS uploaded by scrapbook.hackclub.com/customizer
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Work+Sans&display=swap');
:root {
--colors-background: #18181B;
--colors-text: #ffffff;
--colors-secondary: #27272A;
--colors-elevated: #27272A;
--colors-sunken: #18181B;
--colors-accent: #3F3F46;
--colors-hover: #FFFFFF;
@snthcy
snthcy / kagithub.css
Created December 9, 2021 15:50
GitHub dark theme for Kagi
.theme_dark {
--background-color:#090c10;
--page-text-color:#e5e5e5;
--beta-tag-bg:#4835bc;
--beta-tag-text:#f2f0e7;
--beta-tag-inside-corners:#9debfe;
--color-primary:#e5e5e5;
--color-secondary:#191919;
--color-primary-dim_1:#30363d;
--color-primary-dim_2:rgba(229, 229, 229, 0.2);