Commit 3c7171a 1 parent c8f6a1e commit 3c7171a Copy full SHA for 3c7171a
File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
: root {
2
2
--md-primary-fg-color : # 1a7dc9 ;
3
3
--home-color : # 0071c7 ;
4
- --nav-item-color : # 4d4d4d ;
5
4
}
6
5
7
6
.md-clipboard {
255
254
background : rgb (228 , 255 , 218 );
256
255
}
257
256
257
+ [data-md-color-scheme = slate ] # release-update {
258
+ color : # 756A54 ;
259
+ }
Original file line number Diff line number Diff line change @@ -127,6 +127,19 @@ theme:
127
127
- navigation.tracking
128
128
- navigation.tabs.sticky
129
129
- navigation.top
130
+ palette :
131
+ # Palette toggle for light mode
132
+ - scheme : default
133
+ toggle :
134
+ icon : material/weather-night
135
+ name : Switch to dark mode
136
+
137
+ # Palette toggle for dark mode
138
+ - scheme : slate
139
+ toggle :
140
+ icon : material/weather-sunny
141
+ name : Switch to light mode
142
+
130
143
131
144
markdown_extensions :
132
145
- markdown_include.include :
@@ -165,7 +178,6 @@ plugins:
165
178
css_dir : css
166
179
javascript_dir : js
167
180
- swagger-ui-tag :
168
- background : White
169
181
docExpansion : none
170
182
filter : " "
171
183
syntaxHighlightTheme : monokai
Original file line number Diff line number Diff line change 2
2
3
3
{% block announce %}
4
4
< h1 >
5
- < b > KServe v0.11 is Released</ b > , < a href ="/website/0.11 /blog/articles/2023-10-08 -KServe-0.11 -release/ "> Read blog >></ a >
5
+ < b id =" release-update " > KServe v0.10 is Released, </ b > < a href ="/website/0.10 /blog/articles/2023-02-05 -KServe-0.10 -release/ "> Read blog >></ a >
6
6
</ h1 >
7
7
{% endblock %}
You can’t perform that action at this time.
0 commit comments