diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /includes/friends | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'includes/friends')
-rw-r--r-- | includes/friends/home.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/includes/friends/home.php b/includes/friends/home.php index 4777f22..d23c37a 100644 --- a/includes/friends/home.php +++ b/includes/friends/home.php @@ -1,7 +1,8 @@ <div class="card-group"> <div class="card"> <div class="card-body"> - <h5 class="card-title">Retsuno</h5> + <!--suppress CssInvalidPropertyValue --> + <h5 class="card-title" style="font-weight: bold;background: radial-gradient(circle,#dec64c 0%,#d67541 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Retsuno</h5> <h6 class="card-subtitle mb-2 text-muted"> </h6> <p>We met by chance on Reddit and now we're best friends. Was the first furry I talked to after <i>really</i> joining the fandom (yes, at 1 AM).</p> </div> @@ -52,7 +53,7 @@ <div class="card-body"> <h5 class="card-title">fiddle</h5> <h6 class="card-subtitle mb-2 text-muted">@fiddleafox</h6> - <p>We are friends. Or are we? Who knows... We talked about <a href="/creations/dev/kartik">Kartik</a> a while back so maybe yes.</p> + <p>We are friends. Or are we? Who knows... We talked about <a href="/creations/kartik">Kartik</a> a while back so maybe yes.</p> <a href="https://twitter.com/TalkingTadPol" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -60,7 +61,7 @@ <div class="card-body"> <h5 class="card-title">russelbuck</h5> <h6 class="card-subtitle mb-2 text-muted">@russelbuck</h6> - <p>Meaningful music that I enjoy listening to. I did a cover of <a href="/creations/video/gyrate-with-obliqueness">Gyrate with Obliqueness</a> from them.</p> + <p>Meaningful music that I enjoy listening to. I did a cover of <a href="/creations/gyrate-with-obliqueness">Gyrate with Obliqueness</a> from them.</p> <a href="https://twitter.com/russelbuck" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> |