GarGerry commited on
Commit
cbd46ca
·
verified ·
1 Parent(s): d3510ca

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -87,9 +87,9 @@ button:hover {
87
  text-transform: uppercase;
88
  }
89
 
90
- /* Watermark CSS - Powered by Teggar */
91
  body::after {
92
- content: "Powered by Teggar";
93
  font-size: 16px;
94
  font-weight: 400;
95
  color: rgba(0, 0, 0, 0.2); /* Transparansi untuk watermark */
 
87
  text-transform: uppercase;
88
  }
89
 
90
+ /* Watermark dengan Copyright */
91
  body::after {
92
+ content: "© 2025 Powered by Teggar";
93
  font-size: 16px;
94
  font-weight: 400;
95
  color: rgba(0, 0, 0, 0.2); /* Transparansi untuk watermark */