32
32
--ifm-bg-color : # f8f9fa ;
33
33
--image-filter : invert (0 );
34
34
--site-color-svg-icon-favorite : # ff1100cb ;
35
+ --ifm-text-color : # 000 ;
35
36
}
36
37
37
38
[data-theme = "dark" ] {
48
49
--ifm-bg-color : # 1a202c ;
49
50
--image-filter : invert (1 );
50
51
--site-color-svg-icon-favorite : # ff9100e5 ;
52
+ --ifm-text-color : # fff ;
51
53
}
52
54
53
55
.header-github-link ::before {
69
71
}
70
72
71
73
div [class ^= "announcementBar_" ] {
72
- background : # 06e06fb4 ;
73
74
color : # fff ;
74
75
border-bottom : 1.8px dotted rgb (37 , 184 , 11 );
75
76
font-weight : bold;
@@ -84,24 +85,25 @@ div[class^="announcementBar_"] {
84
85
div [class ^= "announcementBar_" ] a {
85
86
font-size : 1.2em ;
86
87
padding : 1px 4px ;
87
- background : linear-gradient (
88
+ /* background: linear-gradient(
88
89
90deg,
89
90
rgb(252 176 69 / 100%) 0%,
90
91
rgb(253 29 29 / 100%) 50%,
91
- rgb (131 58 180 / 100 % ) 100%
92
+ rgb(229, 223, 232 ) 100%
92
93
);
93
94
background-clip: text;
94
- -webkit-text-fill-color : transparent;
95
- text-shadow : 0 0 1px # fff, 0 0 2px # fff, 0 0 2px # ff00de, 0 0 1px # ff00de ;
95
+ -webkit-text-fill-color: transparent; */
96
+ text-decoration : none;
97
+ color : # 48df84 ;
96
98
}
97
99
98
100
div [class ^= "announcementBar_" ] a : hover {
99
101
font-size : 1.2em ;
100
102
padding : 1px 4px ;
101
103
background : linear-gradient (
102
104
90deg ,
103
- rgb (131 58 180 / 100 % ) 0% ,
104
- rgb ( 253 29 29 / 100 % ) 50% ,
105
+ rgb (235 , 244 , 243 ) 0% ,
106
+ # 7ab3c8 50% ,
105
107
rgb (252 176 69 / 100% ) 100%
106
108
);
107
109
background-clip : text;
@@ -111,14 +113,16 @@ div[class^="announcementBar_"] a:hover {
111
113
[data-theme = "dark" ] div [class ^= "announcementBar_" ] a {
112
114
font-size : 1.2em ;
113
115
padding : 1px 4px ;
114
- background : linear-gradient (
116
+ /* background: linear-gradient(
115
117
90deg,
116
118
rgb(131 58 180 / 100%) 0%,
117
119
rgb(253 29 29 / 100%) 50%,
118
120
rgb(252 176 69 / 100%) 100%
119
121
);
120
122
background-clip: text;
121
- -webkit-text-fill-color : transparent;
123
+ -webkit-text-fill-color: transparent; */
124
+ text-decoration : none;
125
+ color : # 48df84 ;
122
126
}
123
127
124
128
[data-theme = "dark" ] div [class ^= "announcementBar_" ] a : hover {
@@ -128,7 +132,7 @@ div[class^="announcementBar_"] a:hover {
128
132
90deg ,
129
133
rgb (252 176 69 / 100% ) 0% ,
130
134
rgb (253 29 29 / 100% ) 50% ,
131
- rgb (131 58 180 / 100 % ) 100%
135
+ rgb (220 , 203 , 232 ) 100%
132
136
);
133
137
background-clip : text;
134
138
-webkit-text-fill-color : transparent;
0 commit comments