-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathneon.css
74 lines (56 loc) · 2.03 KB
/
neon.css
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/*
* Copyright 2023,
* carloshdrp,
*
* Licensed under the MIT License
*
* v2.0.0
*
* For any questions check out https://github.com/carloshdrp/anilist-css/issues
*/
@import url("https://use.typekit.net/jze6fip.css");
@import url(https://carloshdrp.github.io/anilist-css/files/banner-remove.css);
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url(https://carloshdrp.github.io/anilist-css/files/favourites.css);
@import url(https://carloshdrp.github.io/anilist-css/files/feed.css);
@import url(https://carloshdrp.github.io/anilist-css/files/footer.css);
@import url(https://carloshdrp.github.io/anilist-css/files/color-theme-2.css);
@import url(https://carloshdrp.github.io/anilist-css/files/navbar-2.css);
@import url(https://carloshdrp.github.io/anilist-css/files/stats-3.css);
@import url(https://carloshdrp.github.io/anilist-css/files/top-nav-2.css);
/* font */
* {
font-family: "sofia-pro", sans-serif;
}
/* favourites change */
.history-day:not(.lv-0):hover {
box-shadow: 0 0 5px rgb(var(--color-blue)), 0 0 10px rgb(var(--color-background)), 0 0 20px rgb(var(--color-blue)) !important;
}
.favourite {
transition: .3s;
}
.favourite:hover {
box-shadow: 0 0 5px rgb(var(--color-blue)), 0 0 5px rgb(var(--color-blue)) !important;
scale: 1.05;
}
/* footer change */
.footer .links > section > a:hover {
text-shadow: 0 0 5px rgb(var(--color-blue)), 0 0 10px rgb(var(--color-background)), 0 0 20px rgb(var(--color-blue)) !important;
}
/* feed change */
.load-more:hover {
text-shadow: 0 0 5px rgb(var(--color-blue)), 0 0 10px rgb(var(--color-background)), 0 0 15px rgb(var(--color-blue)) !important;
}
.like-wrap .liked > svg {
filter: drop-shadow(0 0 3px rgb(var(--color-blue)));
}
.like-wrap .button > svg:hover {
filter: drop-shadow(0 0 3px rgb(var(--color-blue)));
scale: 1.2;
}
.like-wrap .button > svg {
transition: 0.5s;
}
.list .title {
text-shadow: 0 0 5px rgb(var(--color-blue)), 0 0 10px rgb(var(--color-background)) !important;
}