diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-03-08 15:25:44 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-03-08 15:25:44 -0500 |
commit | 1a5c4e42d53ed13301a804ef72a26644fb5b557a (patch) | |
tree | 2c6bb217950c9371dd4c05b7f8d923ad2d0d5edc | |
parent | 853e35c2cfa85641d4ecf4ec228c3bea786973a7 (diff) | |
download | web-1a5c4e42d53ed13301a804ef72a26644fb5b557a.tar.xz |
Yet another style change. They will stop.
-rw-r--r-- | blog/post/2024-03-02.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/post/2024-03-02.html b/blog/post/2024-03-02.html index 879645c..5e0acc4 100644 --- a/blog/post/2024-03-02.html +++ b/blog/post/2024-03-02.html @@ -67,6 +67,7 @@ hr.tf { hr.tf::after { background-color: var(--principal-bg); background-image: var(--bg-pattern); + background-repeat: repeat; content: 'ยง'; padding: 0 1em; position: relative; |