mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-21 23:43:03 +03:00
fix: make text in <mark> black
This commit is contained in:
parent
69f7391dc2
commit
6c82e441ad
2 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,7 @@ title = "Main"
|
|||
<i class="fas fa-dot-circle"></i> 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"
|
||||
|
@ -101,7 +101,7 @@ title = "Main"
|
|||
<i class="fa-solid fa-gamepad"></i> 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"
|
||||
|
@ -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
|
||||
>
|
||||
|
@ -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
|
||||
|
|
|
@ -41,7 +41,7 @@ title = "Главная"
|
|||
<i class="fas fa-dot-circle"></i> Я
|
||||
</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"
|
||||
|
@ -102,7 +102,7 @@ title = "Главная"
|
|||
<i class="fa-solid fa-gamepad"></i> Мой сервер
|
||||
</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"
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue