From 5c43b9a00bbdabb73e92884a6294b7be3e6101c3 Mon Sep 17 00:00:00 2001 From: bogdankol <68349689+bogdankol@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:13:45 +0300 Subject: fixed styles for abcent list on /get/nightly-builds page --- sass/lists.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/lists.sass b/sass/lists.sass index 64e9d81..33e2ae9 100644 --- a/sass/lists.sass +++ b/sass/lists.sass @@ -31,6 +31,11 @@ ul height: 5px background-color: $grey-dark + a + color: $primary + +resolution(0, 575) + text-decoration: none + .legacy-lts, .why-contribute, .image-signatures, -- cgit v1.2.3