mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
github-icon-link -> upper-icon-link
they weren't all github links
This commit is contained in:
@@ -96,12 +96,12 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));
|
||||
border-color: var(--ayu-blue-600);
|
||||
}
|
||||
|
||||
.github-icon-link {
|
||||
.upper-icon-link {
|
||||
color: var(--ayu-accent);
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.github-icon-link:hover {
|
||||
.upper-icon-link:hover {
|
||||
color: var(--ayu-red-500);
|
||||
}
|
||||
</style>
|
||||
@@ -113,7 +113,7 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));
|
||||
href="https://github.com/hex248"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="github-icon-link flex items-center gap-1"
|
||||
class="upper-icon-link flex items-center gap-1"
|
||||
title="GitHub Profile"
|
||||
>
|
||||
<Icon name="mdi:github" class="w-5 h-5" />
|
||||
@@ -121,7 +121,7 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));
|
||||
</a>
|
||||
/ <a
|
||||
href="mailto:04oliverbryan@gmail.com"
|
||||
class="github-icon-link flex items-center gap-1"
|
||||
class="upper-icon-link flex items-center gap-1"
|
||||
title="Email"
|
||||
>
|
||||
<Icon name="mdi:email-outline" class="w-5 h-5" />
|
||||
@@ -131,7 +131,7 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));
|
||||
href="/cv.pdf"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="github-icon-link flex items-center gap-1"
|
||||
class="upper-icon-link flex items-center gap-1"
|
||||
title="Download CV"
|
||||
>
|
||||
<Icon name="mdi:file-document-outline" class="w-5 h-5" />
|
||||
|
||||
Reference in New Issue
Block a user