We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6185098 + 65b0640 commit a7bc39dCopy full SHA for a7bc39d
css/hsg-before-body-alert.css
@@ -0,0 +1,10 @@
1
+body::before {
2
+ content: "12/07/2025 07:00 - 13/07/25 07:00: Systemunterbrechung für Unterhaltsarbeiten / System disruption due to maintenance work";
3
+ display: inline-block;
4
+ background: #ff9cdb;
5
+ text-align: center;
6
+ padding: 10px;
7
+ width: 100%;
8
+ font-weight: normal;
9
+ color: black;
10
+}
0 commit comments