Skip to content

Commit

Permalink
fix: make text in <mark> black
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Sep 22, 2024
1 parent 69f7391 commit 6c82e44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions content/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ title = "Main"
<i class="fas fa-dot-circle"></i>&nbsp;Me
</div>
<div class="card-body text-center">
<p>My nickname is <mark>WerySkok</mark>.<br /></p>
<p>My nickname is <mark class="text-black">WerySkok</mark>.<br /></p>
<div class="btn-group-vertical">
<a
href="https://namemc.com/profile/WerySkok.1"
Expand Down Expand Up @@ -101,7 +101,7 @@ title = "Main"
<i class="fa-solid fa-gamepad"></i>&nbsp;My server
</div>
<div class="card-body text-center">
<p>IP: <mark>weryskok.ru</mark>.<br /></p>
<p>IP: <mark class="text-black">weryskok.ru</mark>.<br /></p>
<div class="btn-group-vertical mb-2">
<a
href="https://discord.com/invite/KCuJ687jqA"
Expand Down Expand Up @@ -212,7 +212,7 @@ title = "Main"
>
</div>
<p class="mb-0">
My Discord Tag is <mark>WerySkok#9962</mark><br /><small
My Discord Tag is <mark class="text-black">weryskok</mark><br /><small
>I only add people to my friends if there are a
reason to do so.</small
>
Expand Down Expand Up @@ -405,7 +405,7 @@ title = "Main"
</div>
<div class="card-body text-center">
<p class="mb-0">
My adress is <mark>weryskok@xmpp.jp</mark><br /><small
My adress is <mark class="text-black">weryskok@xmpp.jp</mark><br /><small
>I don't use it often because
<a href="https://dino.im">Dino</a> for Gnome is the
only usable client.</small
Expand Down
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ title = "Главная"
<i class="fas fa-dot-circle"></i>&nbsp;Я
</div>
<div class="card-body text-center">
<p>Мой ник — <mark>WerySkok</mark>.<br /></p>
<p>Мой ник — <mark class="text-black">WerySkok</mark>.<br /></p>
<div class="btn-group-vertical">
<a
href="https://ru.namemc.com/profile/WerySkok.1"
Expand Down Expand Up @@ -102,7 +102,7 @@ title = "Главная"
<i class="fa-solid fa-gamepad"></i>&nbsp;Мой сервер
</div>
<div class="card-body text-center">
<p>IP — <mark>weryskok.ru</mark>.<br /></p>
<p>IP — <mark class="text-black">weryskok.ru</mark>.<br /></p>
<div class="btn-group-vertical mb-2">
<a
href="https://discord.com/invite/KCuJ687jqA"
Expand Down Expand Up @@ -216,7 +216,7 @@ title = "Главная"
>
</div>
<p class="mb-0">
Мой ник — <mark>WerySkok#9962</mark><br /><small
Мой ник — <mark class="text-black">weryskok</mark><br /><small
>Добавляю в друзья, если есть повод.</small
>
</p>
Expand Down Expand Up @@ -407,7 +407,7 @@ title = "Главная"
</div>
<div class="card-body text-center">
<p class="mb-0">
Мой ник — <mark>weryskok@xmpp.jp</mark><br /><small
Мой ник — <mark class="text-black">weryskok@xmpp.jp</mark><br /><small
>Пользуюсь нечасто, ибо единственный нормальный
клиент — <a href="https://dino.im">Dino</a> под
Gnome.</small
Expand Down

0 comments on commit 6c82e44

Please sign in to comment.