mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Fix
This commit is contained in:
@ -113,10 +113,12 @@ a.navbar-burger:hover {
|
||||
}
|
||||
|
||||
.header-gradient {
|
||||
background-image: linear-gradient(90deg, rgb(57, 115, 209), rgb(49, 231, 134));
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
display: inline-block;
|
||||
background-image: linear-gradient(90deg, rgb(55, 115, 209), rgb(49, 231, 134));
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.header-image {
|
||||
|
Reference in New Issue
Block a user