-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from myelin-ai/banner
Add Discontinuation Banner
- Loading branch information
Showing
5 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Jan Hohenheim <[email protected]> <[email protected]> | ||
Tau <[email protected]> <[email protected]> | ||
Tau <[email protected]> <[email protected]> | ||
Tau <[email protected]> <[email protected]> | ||
Tau <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.page-banner { | ||
font-size: .8em; | ||
font-weight: 600; | ||
background-color: #E8CB68; | ||
color: color-mix(in srgb, #E8CB68, #000 70%); | ||
box-shadow: 1px 1px 2px color-mix(in srgb, #E8CB68, #000 20%); | ||
text-align: center; | ||
padding: .4em; | ||
position: sticky; | ||
top: 0; | ||
|
||
@media (prefers-color-scheme: dark) { | ||
box-shadow: 1px 1px 2px color-mix(in srgb, #E8CB68, #000 80%); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters