File tree 3 files changed +21
-6
lines changed
3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Give each new message a unique title so we know which one a user closed
3
3
title : " old-site"
4
4
link : " https://archive.p5js.org"
5
- hidden : false
5
+ hidden : true
6
6
---
7
7
8
8
Looking for the old p5.js site? Find it here!
Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ const headerTopic = topic
84
84
const htmlElement = document.documentElement;
85
85
htmlElement.className = `${storedSettings.join(" ")} ${htmlElement.className}`;
86
86
</script >
87
+ <link
88
+ rel =" stylesheet"
89
+ href =" https://foundation-donate-banner.netlify.app/static/css/main.css"
90
+ />
91
+ <script src =" https://foundation-donate-banner.netlify.app/static/js/main.js"
92
+ ></script >
87
93
</head >
88
94
<body >
89
95
<div class =" top-layout-grid" >
@@ -111,12 +117,15 @@ const headerTopic = topic
111
117
}
112
118
</header >
113
119
<main id =" main-content" class =" relative" >
114
- { HeaderContent && (
115
- <div class = " px-5 md:px-lg pt-sm pb-lg" >
116
- <div class = " rendered-markdown" >
117
- <HeaderContent />
120
+ <div id =" processing-banner" style =" margin-left: var(--nav-offset-x);" >
121
+ </div >
122
+ {
123
+ HeaderContent && (
124
+ <div class = " px-5 md:px-lg pt-sm pb-lg" >
125
+ <div class = " rendered-markdown" >
126
+ <HeaderContent />
127
+ </div >
118
128
</div >
119
- </div >
120
129
)}
121
130
<div class ={ mainContentParentClass } >
122
131
<slot />
Original file line number Diff line number Diff line change @@ -535,3 +535,9 @@ input[type="search"]::-webkit-search-results-decoration {
535
535
padding : 10px ;
536
536
border : 2px solid #000 ;
537
537
}
538
+
539
+ // Donate banner custom properties
540
+ body {
541
+ --donate-banner-dark : #c01c4c ;
542
+ --donate-banner-background : var (--donate-p5-background );
543
+ }
You can’t perform that action at this time.
0 commit comments