Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’„ : add style for info alert

+16 -4
+16 -4
assets/css/custom.css
··· 228 228 blockquote.alert::before{ 229 229 content:""; 230 230 } 231 - blockquote.alert-warning { 232 - border-color: #cb8e38; 233 - } 234 231 .alert > .alert-heading { 235 232 padding: 1rem 1rem 0.5rem 1rem; 236 233 margin: 0; 237 234 font-weight: bolder; 238 - color: #cb8e38; 239 235 } 240 236 .alert > .alert-content { 241 237 padding: 1rem 1rem 0.5rem 1rem; ··· 244 240 } 245 241 .alert-warning > .alert-heading { 246 242 background-color: #fbf4ea; 243 + color: #cb8e38; 244 + } 245 + 246 + .alert-warning { 247 + border-color: #cb8e38; 248 + color: #cb8e38; 249 + } 250 + 251 + .alert-info { 252 + border-color: #2858e2; 253 + color: #2858e2; 254 + } 255 + 256 + .alert-info > .alert-heading { 257 + background-color: #e9effd; 258 + color: #2858e2; 247 259 } 248 260 249 261 /* Talks list styling */