Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 1a04492

Browse files
committed
remove badge gradient
1 parent 1bb5701 commit 1a04492

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/docs/badge.pug

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
mixin badge(name, text)
22
svg(xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80' height='20' role='img' aria-label='#{name}: #{text}')
33
title #{name}: #{text}
4-
lineargradient#s(x2='0' y2='100%')
5-
stop(offset='0' stop-color='#bbb' stop-opacity='.1')
6-
stop(offset='1' stop-opacity='.1')
74
clippath#r
85
rect(width='80' height='20' fill='#fff')
96
g(clip-path='url(#r)')

0 commit comments

Comments
 (0)