File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ SinesBox is a C++ library for creating colorful, customizable text boxes in term
122122- Rainbow border mode
123123- UTF-8 compatible
124124
125- ## Installation
126-
127125### Prerequisites
128126- C++ compiler with C++11 support
129127- Linux or macOS (uses ` sys/ioctl.h ` for terminal width detection)
@@ -215,11 +213,13 @@ infoBox.draw();
215213## Contributing
216214Contributions are welcome! Please submit pull requests or open issues on the project repository.
217215
218- ## 🚨 ** Attention**
219-
220- The background color is ** not perfect yet** , so I highly recommend ** waiting for the next update** for an improved design.
221-
222- Stay tuned for updates!
216+ <div style =" border : 2px solid #ff4d4d ; background-color : #ffe6e6 ; padding : 20px ; border-radius : 10px ; font-family : Arial , sans-serif ; color : #333 ;" >
217+ <h2 style =" color : #ff0000 ; text-align : center ; font-weight : bold ;" >🚨 Attention</h2 >
218+ <p style =" font-size : 16px ; line-height : 1.6 ;" >
219+ The background color is <strong>not perfect yet</strong>, so I highly recommend <strong>waiting for the next update</strong> for an improved design.
220+ </p >
221+ <p style =" text-align : center ; font-weight : bold ;" >Stay tuned for updates!</p >
222+ </div >
223223
224224---
225225
You can’t perform that action at this time.
0 commit comments