This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |