Skip to content

Commit a7bc39d

Browse files
authored
Merge pull request #56 from HSG-Library/develop
add before-body alert message
2 parents 6185098 + 65b0640 commit a7bc39d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/hsg-before-body-alert.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)