-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.txt
55 lines (36 loc) · 913 Bytes
/
style.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300&display=swap');
$bgColor:#131722;
$lightBgColor:#24baef;
$bgTransparent:rgba(36,186,239,.6) ;
$fontColor:#fff;
$borderColor:#a8a8a83d;
$borderHeight:1px;
$secondFontColor:#949cb0;
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300&display=swap');
body
{
background-color: #131722;
color: #fff;
font-family: 'Montserrat Alternates', sans-serif !important;
}
.bg-gradient
{
background: radial-gradient(circle at 0% -25%,#FF8947 0%,#FF8354 0,#DA2C94 42%,#3E13A5 110%) !important;
}
.bg-layer
{
background-color: rgba(0, 0, 0, 0.8);
}
.border-color
{
border-color: #a8a8a83d !important;
}
.light-bg
{
background-color: #24baef !important;
}
nav li
{
cursor: pointer;
color: #131722;
}