Merge pull request #1754 from thecodingmachine/ChangeWarningBannerColor

Change Warning Container with yellow color
This commit is contained in:
grégoire parant 2022-01-25 13:04:08 +01:00 committed by GitHub
commit af08337810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,8 @@
main.warningMain {
pointer-events: auto;
width: 100vw;
background-color: red;
background-color: #f9e81e;
color: #14304c;
text-align: center;
position: absolute;
left: 50%;
@ -37,8 +38,13 @@
min-width: 300px;
opacity: 0.9;
z-index: 2;
h2 {
padding: 5px;
}
a {
color: #ff475a;
}
}
</style>