Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit a231439

Browse files
committed
Add warning banner
1 parent 1691c11 commit a231439

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444

4545
</head>
4646
<body>
47+
<div class="warn-banner">
48+
<p>Plugin Loader has been shut down and will no longer receive updates.</p>
49+
</div>
4750
<header class="header">
4851
<a class="logo" href="/">
4952
<img src="/img/android-chrome-192x192.png" alt="icon">

css/global.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,15 @@ h1, h2, h3, h4, h5, h6 {
361361
}
362362
.expandable-parent:not(:checked) + label img {
363363
transform: rotate(-90deg);
364+
}
365+
.warn-banner {
366+
background-color: darkred;
367+
color: white;
368+
padding: 10px;
369+
box-sizing: border-box;
370+
font-weight: bold;
371+
}
372+
.warn-banner p {
373+
margin: 0;
374+
text-align: center;
364375
}

0 commit comments

Comments
 (0)