diff options
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; |