diff options
author | uvok cheetah | 2025-09-01 19:35:06 +0200 |
---|---|---|
committer | uvok cheetah | 2025-09-01 19:35:06 +0200 |
commit | 3aa863d8d977ff8741630e22aca463875daff8de (patch) | |
tree | 80530d910a4110b55a86ebca49275803e85bde2c /_data | |
parent | 931f831b12943e5b8a430d6e461c6d24ad14c81f (diff) |
Remove inline style
Diffstat (limited to '_data')
-rw-r--r-- | _data/news.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_data/news.yml b/_data/news.yml index b73a5e9..455248c 100644 --- a/_data/news.yml +++ b/_data/news.yml @@ -1,7 +1,7 @@ - id: AdBanner content: >- <div> - <div style="font-weight: bold">You don't seem to be using an ad blocker.</div> + <div class="bold">You don't seem to be using an ad blocker.</div> <div>Please consider installing one. I would recommend uBlock Origin.</div> </div> - id: news1 |