File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,7 @@ <h4>API Privacy</h4>
226
226
< div class ="footer-left ">
227
227
AutoMod Regex Generator
228
228
229
- < p class ="footer-copyright "> © treeben77 2024. Not affiliated with Discord.</ p >
230
- < p > Developers can check out the < a class ="link " href ="api.html "> API</ a > ! | < a class ="link " href ="https://donate.stripe.com/cN23g53tk2U273G001 "> Donate</ a > to the primary maintainer ❤️</ p >
229
+ < p class ="footer-copyright "> © treeben77 2024. Not affiliated with Discord.< br > < a class ="link " href ="https://donate.stripe.com/cN23g53tk2U273G001 "> Donate</ a > to the primary maintainer ❤️</ p >
231
230
</ div >
232
231
< div class ="footer-right ">
233
232
< p > Made by < a class ="link " href ="https://treeben77.xyz "> treeben77</ a > </ p >
Original file line number Diff line number Diff line change 121
121
122
122
< p > You can also visit the < a class ="link " href ="regexes.html "> Regexes page</ a > to find regexes that block links, zalgo, and more.</ p >
123
123
124
+ < p > If you're a developer, you can check out the < a class ="link " href ="api.html "> API</ a > to intergrate the generator into your own creations!</ p >
125
+
124
126
< script src ="static/index.js " type ="module "> </ script >
125
127
</ div >
126
128
< div class ="footer ">
127
129
< div class ="footer-left ">
128
130
AutoMod Regex Generator
129
131
130
- < p class ="footer-copyright "> © treeben77 2024. Not affiliated with Discord.</ p >
131
- < p > Developers can check out the < a class ="link " href ="api.html "> API</ a > ! | < a class ="link " href ="https://donate.stripe.com/cN23g53tk2U273G001 "> Donate</ a > to the primary maintainer ❤️</ p >
132
+ < p class ="footer-copyright "> © treeben77 2024. Not affiliated with Discord.< br > < a class ="link " href ="https://donate.stripe.com/cN23g53tk2U273G001 "> Donate</ a > to the primary maintainer ❤️</ p >
132
133
</ div >
133
134
< div class ="footer-right ">
134
135
< p > Made by < a class ="link " href ="https://treeben77.xyz "> treeben77</ a > </ p >
Original file line number Diff line number Diff line change 208
208
< div class ="footer-left ">
209
209
AutoMod Regex Generator
210
210
211
- < p class ="footer-copyright "> © treeben77 2024. Not affiliated with Discord.</ p >
212
- < p > Developers can check out the < a class ="link " href ="api.html "> API</ a > ! | < a class ="link " href ="https://donate.stripe.com/cN23g53tk2U273G001 "> Donate</ a > to the primary maintainer ❤️</ p >
211
+ < p class ="footer-copyright "> © treeben77 2024. Not affiliated with Discord.< br > < a class ="link " href ="https://donate.stripe.com/cN23g53tk2U273G001 "> Donate</ a > to the primary maintainer ❤️</ p >
213
212
</ div >
214
213
< div class ="footer-right ">
215
214
< p > Made by < a class ="link " href ="https://treeben77.xyz "> treeben77</ a > </ p >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ body {
104
104
display : inline-block;
105
105
vertical-align : middle;
106
106
white-space : normal;
107
- width : calc (100% - 110 px );
107
+ width : calc (100% - 114 px );
108
108
}
109
109
110
110
.step .right-element {
@@ -118,9 +118,14 @@ body {
118
118
padding : 10px ;
119
119
border-style : none;
120
120
border-radius : 10px ;
121
+ font-family : 'Poppins' , sans-serif;
121
122
height : 30px ;
122
123
}
123
124
125
+ button {
126
+ font-family : 'Poppins' , sans-serif;
127
+ }
128
+
124
129
.text-input : focus {
125
130
outline : 0 ;
126
131
}
@@ -222,7 +227,7 @@ body {
222
227
223
228
.footer {
224
229
background-color : # 151515 ;
225
- padding : 40px ;
230
+ padding : 30 px 40px ;
226
231
}
227
232
228
233
.footer p {
@@ -238,13 +243,13 @@ body {
238
243
.footer .footer-left {
239
244
display : inline-block;
240
245
width : 50% ;
241
- margin-top : -9px ;
242
246
}
243
247
244
248
.footer .footer-right {
245
249
float : right;
246
250
width : 50% ;
247
251
text-align : right;
252
+ margin-top : 8.89px ;
248
253
}
249
254
250
255
.link {
You can’t perform that action at this time.
0 commit comments