Replace "03", "11", etc. icons with "C++03", "C++11", etc. (#1133)

Fixes #1111 adding C++ to lozenges and  #1130 fix image tags

<img width="971" alt="Screenshot 2024-07-02 at 4 42 54 PM"
src="https://github.com/boostorg/website-v2/assets/121198190/3033a5bc-9ee3-4d32-ad32-e04cc48315df">
<img width="975" alt="Screenshot 2024-07-02 at 4 43 40 PM"
src="https://github.com/boostorg/website-v2/assets/121198190/944e28c5-8219-4302-8696-95168be5d19a">
<img width="902" alt="Screenshot 2024-07-01 at 11 53 58 AM"
src="https://github.com/boostorg/website-v2/assets/121198190/ef031e46-927c-4f89-a842-de394a9e9f3c">
<img width="895" alt="Screenshot 2024-07-01 at 12 25 45 PM"
src="https://github.com/boostorg/website-v2/assets/121198190/62f3f7f4-45ab-419c-98a7-6e9a20edbae5">

---------

Co-authored-by: rbbeeston <rob@cppalliance.org>
Co-authored-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
rbbeeston
2024-07-08 08:02:46 -07:00
committed by GitHub
parent 6b4d344841
commit 06b9568a82
5 changed files with 39 additions and 5 deletions

View File

@@ -150,6 +150,10 @@
@apply text-sky-600;
}
#libraryReadMe a img {
@apply inline;
}
code,
kbd,
samp,
@@ -159,5 +163,4 @@
@apply text-sm bg-gray-200 dark:bg-black overflow-x-scroll;
/* 2 */
}
}