@@ -1111,15 +1111,47 @@ nav[aria-label='Docs sidebar']:hover {
11111111 overflow-y : auto !important ;
11121112}
11131113
1114+ /* Styling changes for the tags page */
1115+ .blog-tags-list-page {
1116+ section .margin-vert--lg {
1117+ margin-top : 2rem !important ;
1118+ }
1119+ }
1120+
11141121.blog-list-page {
1122+ h1 {
1123+ margin-top : 2rem ;
1124+ }
1125+ }
1126+ /* Landing page at /docs/knowledgebase and the page shown when you click a tag */
1127+ .blog-list-page , .blog-tags-post-list-page {
11151128
11161129 .container_mt6G {
11171130 font-size : 0.85rem ;
11181131 }
11191132
1133+ .title_xvU1 {
1134+ font-size : 14px !important ;
1135+ font-weight : 600 !important ;
1136+ text-decoration : none !important ;
1137+ margin-bottom : 8px !important ;
1138+ }
1139+
11201140 .title_f1Hy {
1121- font-size : 1rem !important ;
1122- margin-bottom : 0px !important ;
1141+ font-size : 14px !important ;
1142+ font-weight : 600 !important ;
1143+ text-decoration : none !important ;
1144+ margin-bottom : 12px !important ;
1145+ }
1146+
1147+ time {
1148+ font-size : 14px ;
1149+ font-weight : 400 ;
1150+ }
1151+
1152+ .markdown {
1153+ font-size : 14px ;
1154+ font-weight : 400 ;
11231155 }
11241156
11251157 .margin-vert--md {
@@ -1142,6 +1174,41 @@ nav[aria-label='Docs sidebar']:hover {
11421174 margin-top : 30px !important ;
11431175 margin-bottom : 1rem !important ;
11441176 }
1177+
1178+ .container_iJTo {
1179+ margin-top : 8px !important ;
1180+ margin-bottom : 0px !important ;
1181+ }
1182+
1183+ .docusaurus-mt-lg {
1184+ margin-top : 12px !important ;
1185+ }
1186+ }
1187+
1188+ .tag_zVej span {
1189+ border-radius : 9999px !important ;
1190+ }
1191+ .tag_zVej ::after {
1192+ display : none ;
1193+ }
1194+
1195+ .tag_zVej ::before {
1196+ display : none ;
1197+ }
1198+
1199+ [data-theme = ' dark' ] .tag_zVej {
1200+ padding : 2px 12px ;
1201+ color : #C0C0C0 ;
1202+ background-color : #A0A0A033 ;
1203+ border-radius : 9999px ;
1204+ border : 1px ;
1205+ }
1206+
1207+ [data-theme = ' light' ] .tag_zVej {
1208+ padding : 2px 12px ;
1209+ color : #53575F ;
1210+ background-color : var (--click-color-note-background );
1211+ border-radius : 9999px ;
11451212}
11461213
11471214.blog-post-page {
@@ -1172,19 +1239,19 @@ form.DocSearch-Button {
11721239/* Style changes to placeholder text of form element used in KBArticleSearch */
11731240
11741241input ::-webkit-input-placeholder { /* Chrome, Edge, Safari */
1175- color : var (--docsearch-muted-color );;
1242+ color : var (--docsearch-muted-color );
11761243}
11771244
11781245input ::-moz-placeholder { /* Firefox 19+ */
1179- color :var (--docsearch-muted-color );;
1246+ color :var (--docsearch-muted-color );
11801247}
11811248
11821249input :-ms-input-placeholder { /* IE 10-11 */
1183- color : var (--docsearch-muted-color );;
1250+ color : var (--docsearch-muted-color );
11841251}
11851252
11861253input ::-ms-input-placeholder { /* Microsoft Edge */
1187- color : var (--docsearch-muted-color );;
1254+ color : var (--docsearch-muted-color );
11881255}
11891256
11901257[data-theme = ' light' ] .details_r1OI {
0 commit comments