diff options
author | 2024-04-29 14:42:23 +0100 | |
---|---|---|
committer | 2024-04-29 14:42:23 +0100 | |
commit | 3ff19488f1d676ff53256cb38d021186e4646c8b (patch) | |
tree | ff0724bdbae44fe01f68cdb6493aa569b3c7f368 /src/components/service.tsx | |
parent | Actually sort services alphabetically (diff) |
Update tag styles
Diffstat (limited to 'src/components/service.tsx')
-rw-r--r-- | src/components/service.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/service.tsx b/src/components/service.tsx index 57ec6ab..79b8648 100644 --- a/src/components/service.tsx +++ b/src/components/service.tsx @@ -32,7 +32,7 @@ const DimmedURL = styled.span` `; export const Tag = styled.span` - background-color: #c4c4c4; + background-color: rgba(110, 119, 255, 0.39); color: #000; font-weight: 600; font-family: monospace; |