diff options
| author | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-08-16 22:34:46 -0400 |
|---|---|---|
| committer | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-08-16 22:34:46 -0400 |
| commit | 74e8ccc7169840a03906fcabce569c9f33dabbd0 (patch) | |
| tree | f947f00904da0578f3c18bd965450b2217f7b438 /main.css | |
| parent | 9ba58b619356fc707b826e15c85380f2a6ead59f (diff) | |
added css for code block and added new article
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -35,6 +35,11 @@ ul.posts a { text-decoration: none; } +/* code block */ +.language-plaintext.highlighter-rouge { + border-bottom: dashed; +} + ul.posts a:hover { text-decoration: underline; } /* resources.html styles */ |
