Skip to content

Instantly share code, notes, and snippets.

@twelvety
twelvety / water.css
Last active October 13, 2025 17:36
Bear blog water.css theme tweaks
/* stylesheet for Bear Blog at https://twelvety.bearblog.dev/ */
/* this makes all links underlined except for the .title (header), which is only underlined on hover. and increases the p size to 1.3 rem */
/* 2025-10-13: blockquote: increase margin and reduce padding above + below */
/* 2025-10-13: code: reduce font size to better match body text */
@import 'https://cdn.jsdelivr.net/npm/water.css@2/out/water.css';
p {
font-size: 1.3rem;
}