From fc0e72ba1436c95ad5e323b52169b11edd5a38b1 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Tue, 3 Jan 2023 21:06:40 -0500 Subject: [PATCH] Style fix --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4134853..3772b3a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -457,7 +457,7 @@ main .e-content .toot-photos img { } .reply-button { - border: 1px solid black; + border: 1px solid var(--text-color); padding: 5px; border-radius: 0.5rem; box-shadow: 5px 5px var(--acent-color);