Skip to content

Commit 7ae6f7f

Browse files
authored
Update site.css
1 parent a02c9aa commit 7ae6f7f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/site/resources/css/site.css

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500&display=swap');
2+
3+
body {
4+
font-family: 'Red Hat Display', sans;
5+
}
6+
#bannerRight a {
7+
vertical-align: middle;
8+
height: 50px;
9+
vertical-align: text-top;
10+
background: linear-gradient(180deg,
11+
hsl(0, 0%, 58%) 0%,
12+
hsl(0, 0%, 80%) 47%,
13+
hsl(0, 0%, 38%) 53%,
14+
hsl(0, 0%, 58%) 100%);
15+
-webkit-background-clip: text;
16+
-webkit-text-fill-color: transparent;
17+
background-clip: text;
18+
text-fill-color: transparent;
19+
font-size: 35px;
20+
font-style: normal;
21+
font-variant: normal;
22+
font-weight: normal;
23+
font-stretch: normal;
24+
font-family: 'Red Hat Display';
25+
letter-spacing:-2px;
26+
}
27+
#bannerRight a:hover {
28+
text-decoration: none;
29+
}
30+
31+
#bannerRight img{
32+
height: 47px;
33+
margin-bottom: 0;
34+
vertical-align: text-top;
35+
}

0 commit comments

Comments
 (0)