Skip to content

Instantly share code, notes, and snippets.

View marlonmelara's full-sized avatar

Marlon Melara marlonmelara

  • Santiago, Chile
View GitHub Profile
@marlonmelara
marlonmelara / global.css
Created October 19, 2025 21:50 — forked from Klerith/global.css
Estilo para la aplicación de Astro
/*
The CSS in this style tag is based off of Bear Blog's default CSS.
https://github.com/HermanMartinus/bearblog/blob/297026a877bc2ab2b3bdfbd6b9f7961c350917dd/templates/styles/blog/default.css
License MIT: https://github.com/HermanMartinus/bearblog/blob/master/LICENSE.md
*/
:root {
--accent: #2337ff;
--accent-dark: #000d8a;
--black: 15, 18, 25;