tangled
alpha
login
or
join now
yoyle.city
/
website
1
fork
atom
this repo has no description
yoyle.city
nekoweb
html
css
javascript
astro
1
fork
atom
overview
issues
pulls
pipelines
sitebox update
lime360
2 months ago
68d44467
c14d8848
+11
-7
1 changed file
expand all
collapse all
unified
split
public
elements.css
+11
-7
public/elements.css
···
3
3
/* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */
4
4
.site-box {
5
5
text-align: center;
6
6
-
background: #181926;
7
7
-
color: #c6a0f6;
6
6
+
background: #c5e6ff;
7
7
+
background: -webkit-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%);
8
8
+
background: -moz-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%);
9
9
+
background: linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%);
10
10
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5E6FF", endColorstr="#28637A", GradientType=0);
11
11
+
color: white;
8
12
font-size: 12px;
9
9
-
border-radius: 18px;
13
13
+
font-family: "Trebuchet MS", "Ubuntu", sans-serif
10
14
}
11
15
12
12
-
.site-box > a > p {
13
13
-
color: #c6a0f6;
16
16
+
.site-box > a > p, .site-box > a > span {
17
17
+
color: white;
14
18
}
15
19
16
16
-
.site-box > a > span {
17
17
-
color: #c6a0f6;
20
20
+
.site-box > a > p:hover, .site-box > a > span:hover {
21
21
+
text-decoration: underline;
18
22
}