Compare commits

...

2 Commits

Author SHA1 Message Date
4fd3b09eb0 prueba 2025-07-25 13:41:06 +02:00
7efb696971 prueba 2 2025-07-25 13:40:39 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
document.getElementById(pestana).classList.add("linkNavActivo")
}
}
function eliminarCookies(id, cut) {
var theCookies = document.cookie.split(';');
for (var i = 0; i < theCookies.length; i++) {

View File

@@ -5,7 +5,7 @@ html, body {
a, .btn-link {
color: #006bb7;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;