Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Trying out the almost classless simple.css #12

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterhellberg
Copy link
Member

Work in progress, using simple.css and the Inter font, some minor overrides in assets/athega.css

:root {
  --sans-font: 'Inter', sans-serif;
  --bg: #fff;
  --text: #363636;
  --text-light: #363636;
  --border: #eee;
  --accent: #f60;
  --accent-bg: #eee;
  --accent-hover: #DDD;
  --accent-text: #0FF;
  --code: #000;
  --preformatted: #444;
  --marked: #ffdd33;
  --disabled: #efefef;
}

aside {
  background-color: transparent;
  border: 0;
}

article {
  border: 0;
}

body {
  grid-template-columns: 1fr min(56rem, 90%) 1fr;
}

body > header {
  background-color: var(--bg);
  border-bottom: 0;
  padding: 0;
}

body > footer {
  border-top: 0;
}

img, video {
  opacity: 1;
}

a.button {
  border: 1px solid var(--accent-hover);
  background-color: var(--border);
  color: var(--text);
}

Screenshot 2025-01-16 at 15-39-53 Athega - Ansjovis

@peterhellberg peterhellberg self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant