Skip to content

Commit fd990bf

Browse files
committed
Use less of an eye-bleed color and better positioning for historical message
MadcapJake++
1 parent 04b3cc6 commit fd990bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

html/perl-with-historical-message.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ html {
1010
html:before {
1111
content: "Note: these documents may be out of date. For Perl 6 documentation see docs.perl6.org; for specs, see the official test suite.";
1212
text-align: center;
13-
background: red;
13+
background: #600;
1414
color: white;
1515
width: 100%;
1616
display: block;
17-
padding: 20px;
17+
padding: 10px 20px;
1818
font-size: 110%;
19-
position: absolute;
19+
position: fixed;
20+
z-index: 10;
2021
top: 0;
2122
left: 0;
2223
}

0 commit comments

Comments
 (0)