Skip to content

Commit 67c1fa0

Browse files
authored
feat: make banner more apparent (#1211)
Make it look like so
1 parent 8e32c37 commit 67c1fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ article ol li {
474474

475475
.version-banner {
476476
padding: 0px 20px;
477-
border: 1px solid #000;
477+
border: 1px solid #f00;
478+
background-color: rgba(255, 255, 141, 0.53);
478479
max-width: 640px;
479480
display: flex;
480481
align-items: center;

0 commit comments

Comments
 (0)