Commit 76e8a02 1 parent 74693a7 commit 76e8a02 Copy full SHA for 76e8a02
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 @@ -123,6 +123,19 @@ theme:
123
123
- navigation.tracking
124
124
- navigation.tabs.sticky
125
125
- navigation.top
126
+ palette :
127
+ # Palette toggle for light mode
128
+ - scheme : default
129
+ toggle :
130
+ icon : material/weather-night
131
+ name : Switch to dark mode
132
+
133
+ # Palette toggle for dark mode
134
+ - scheme : slate
135
+ toggle :
136
+ icon : material/weather-sunny
137
+ name : Switch to light mode
138
+
126
139
127
140
markdown_extensions :
128
141
- markdown_include.include :
@@ -161,7 +174,6 @@ plugins:
161
174
css_dir : css
162
175
javascript_dir : js
163
176
- swagger-ui-tag :
164
- background : White
165
177
docExpansion : none
166
178
filter : " "
167
179
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.10 is Released</ b > , < a href ="/website/0.10/blog/articles/2023-02-05-KServe-0.10-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