_Footer.md
... ...
@@ -0,0 +1,4 @@
1
+---
2
+
3
+© 2026 n8n Szkolenie - Automatyzacja i AI
4
+Kontakt: sebastian.koziatek@sadmin.pl | Materiały szkoleniowe
custom.css
... ...
@@ -73,9 +73,19 @@ input, textarea, select {
73 73
}
74 74
75 75
#footer {
76
- display: none !important;
76
+ background-color: #191c20 !important;
77
+ border-top: 1px solid #444 !important;
78
+ text-align: center !important;
79
+ padding: 20px !important;
80
+ color: #888 !important;
81
+ font-size: 14px !important;
82
+}
83
+
84
+#footer a {
85
+ color: #3b82f6 !important;
77 86
}
78 87
79 88
.footer {
80
- display: none !important;
89
+ background-color: #191c20 !important;
90
+ text-align: center !important;
81 91
}