summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2025-09-01 19:35:06 +0200
committeruvok cheetah2025-09-01 19:35:06 +0200
commit3aa863d8d977ff8741630e22aca463875daff8de (patch)
tree80530d910a4110b55a86ebca49275803e85bde2c
parent931f831b12943e5b8a430d6e461c6d24ad14c81f (diff)
Remove inline style
-rw-r--r--_data/news.yml2
-rw-r--r--assets/main.scss4
2 files changed, 5 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
diff --git a/assets/main.scss b/assets/main.scss
index 4ff4a71..08fd099 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -71,3 +71,7 @@ hr.postsep {
.site-nav {
z-index: 10;
}
+
+.bold {
+ font-weight: bold;
+}