From fad43e4ae8b529d8b286dfe5968ffc7838d3d66f Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 7 Jan 2024 17:46:54 +0000 Subject: [PATCH] add text-direction thingy --- html/poketube.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/html/poketube.ejs b/html/poketube.ejs index 855e9ae1..e8fd0606 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -536,6 +536,7 @@ height: 36px; display: flex; flex-direction: row; gap: 8px; +text-decoration: none; color: #fff !important; border: 1px solid var(--border-color); justify-content: center;